public class AuthenticationInfo
extends java.lang.Object
| Constructor and Description |
|---|
AuthenticationInfo(ConnectionInfo connectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean authentication data.
|
ConnectionInfo |
getConnectionInfo() |
java.lang.String |
getFullyQualifiedName() |
java.lang.Object |
getNestedIdentity()
Gets nested identity object that can be used by authenticator to hold information.
|
java.lang.String |
getPassword() |
java.lang.String |
getRealm() |
java.lang.String |
getUserName() |
void |
setNestedIdentity(java.lang.Object nestedIdentity)
Method used by authenticators to hold information about authenticated
user
|
public AuthenticationInfo(ConnectionInfo connectionInfo)
public java.lang.String getUserName()
public java.lang.String getRealm()
public java.lang.String getPassword()
public ConnectionInfo getConnectionInfo()
public java.lang.String getFullyQualifiedName()
public java.lang.Object getNestedIdentity()
public void setNestedIdentity(java.lang.Object nestedIdentity)
nestedIdentity - = nested identity objectpublic void clean()