Interface AuthenticationCredentials
-
- All Known Subinterfaces:
PageCredentials,SequenceCredentials
- All Known Implementing Classes:
CredentialsDescription.BasicCredential,CredentialsDescription.NTLMCredential,CredentialsDescription.SessionCredential
public interface AuthenticationCredentialsThis interface describes immutable classes which represents authentication information for all kinds of authentication.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compare against another objectinthashCode()Calculate a hash function
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-