Package io.sf.carte.doc.agent
Interface AuthenticationCredentials
public interface AuthenticationCredentials
Authentication credentials for user agents.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
getRealm()
void
setAuthType
(byte authtype) void
setLoginPrincipal
(Principal loginPrincipal) void
setPassword
(String password)
-
Field Details
-
HTTP_BASIC_AUTH
static final byte HTTP_BASIC_AUTH- See Also:
-
-
Method Details