public class AuthenticationInfo extends Object
| 构造器和说明 |
|---|
AuthenticationInfo(ConnectionInfo connectionInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clean()
Clean authentication data.
|
ConnectionInfo |
getConnectionInfo() |
String |
getFullyQualifiedName() |
Object |
getNestedIdentity()
Gets nested identity object that can be used by authenticator to hold information.
|
String |
getPassword() |
String |
getRealm() |
String |
getUserName() |
void |
setNestedIdentity(Object nestedIdentity)
Method used by authenticators to hold information about authenticated
user
|
public AuthenticationInfo(ConnectionInfo connectionInfo)
public String getUserName()
public String getRealm()
public String getPassword()
public ConnectionInfo getConnectionInfo()
public String getFullyQualifiedName()
public Object getNestedIdentity()
public void setNestedIdentity(Object nestedIdentity)
nestedIdentity - = nested identity objectpublic void clean()
Copyright © 2022. All rights reserved.