Uses of Class
com.ebasetech.xi.services.auth.BasicAuthentication
Package | Description |
---|---|
com.ebasetech.xi.services |
-
Uses of BasicAuthentication in com.ebasetech.xi.services
Methods in com.ebasetech.xi.services that return BasicAuthentication Modifier and Type Method Description static BasicAuthentication
HttpAuthentication. createBasicAuthentication(java.lang.String username, java.lang.String password)
Returns a BasicAuthentication object that stores the username and password required for HTTP Basic Authenication