Modifier and Type | Method and Description |
---|---|
IAuthManager |
IAuthSubsystem.get(java.lang.String name)
Get an authentication manager interface for the given name.
|
IAuthManager |
AuthManagerProxy.getAuthManager()
Returns an authentication manager instance.
|
IAuthManager |
IAuthSubsystem.getAuthManager(java.lang.String name)
Gets the Authentication manager instance of the specified name.
|
IAuthManager |
IAuthSubsystem.getAuthManagerPlugin(java.lang.String name)
Gets a single authentication manager plugin implementation
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IAuthManager> |
IAuthSubsystem.getAuthManagers()
Gets an enumeration of authentication managers registered to the
authentication subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthSubsystem.add(java.lang.String name,
IAuthManager authMgr)
Adds (registers) the given authentication manager.
|
Constructor and Description |
---|
AuthManagerProxy(boolean enable,
IAuthManager mgr)
Constructor
|
AuthToken(IAuthManager authMgr)
Constructs an instance of a authentication token.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProfileAuthenticator
This interface represents an authenticator for profile.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentCertAuthentication
Certificate server agent authentication.
|
class |
CMCAuth
UID/CMC authentication plug-in
|
class |
DirBasedAuthentication
Abstract class for directory based authentication managers
Uses a pattern for formulating subject names.
|
class |
FlatFileAuth
This represents the authentication manager that authenticates
user against a file where id, and password are stored.
|
class |
HashAuthentication
Hash uid/pwd directory based authentication manager
|
class |
PortalEnroll
uid/pwd directory based authentication manager
|
class |
SSLclientCertAuthentication
Certificate server SSL client authentication.
|
class |
TokenAuthentication
Token authentication.
|
class |
UidPwdDirAuthentication
uid/pwd directory based authentication manager
|
class |
UidPwdPinDirAuthentication
uid/pwd/pin directory based authentication manager
|
class |
UserPwdDirAuthentication
uid/pwd directory based authentication manager
|
Modifier and Type | Method and Description |
---|---|
static AuthCredentials |
AdminServlet.getAuthCreds(IAuthManager authMgr,
java.security.cert.X509Certificate clientCert) |
Modifier and Type | Method and Description |
---|---|
static AuthCredentials |
CMSServlet.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication
manager.
|
Modifier and Type | Method and Description |
---|---|
static AuthCredentials |
CMSGateway.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication
manager.
|