Package | Description |
---|---|
com.sun.identity.authentication.config |
This package contains the classes that represent server side
functionality such as the implementation of Authentication configuration
and utilities for this configuration management.
|
com.sun.identity.authentication.service |
Modifier and Type | Method and Description |
---|---|
AMAuthenticationInstance |
AMAuthenticationManager.createAuthenticationInstance(String name,
String type,
Map attributes)
Creates an
AMAuthenticationInstance instance with the
specified parameters. |
static void |
AMAuthConfigUtils.createNamedConfig(String configName,
int priority,
Map attributeDataMap,
String orgName,
SSOToken token)
Creates an authentication configuration in
iPlanetAMAuthConfiguration service. |
void |
AMAuthenticationManager.deleteAuthenticationInstance(String name)
Deletes a specified authentication module instance.
|
static String |
AMAuthConfigUtils.getAuthConfigName(AuthContext.IndexType indexType,
String indexName,
String organizationDN,
String clientType)
Returns the authentication configuration name given the
AuthContext.IndexType and indexName . |
AMAuthenticationSchema |
AMAuthenticationManager.getAuthenticationSchema(String authType)
Returns an
AMAuthenticationSchema object for the specified
authentication type. |
static Map<String,Set<String>> |
AMAuthConfigUtils.getNamedConfig(String configName,
String orgName,
SSOToken token)
Returns the authentication configuration defined in
iPlanetAMAuthConfiguration service as XML string. |
static ServiceSchema |
AMAuthConfigUtils.getServiceSchema(SSOToken token)
Returns service schema object for the authentication configuration
subschema.
|
static void |
AMAuthConfigUtils.removeNamedConfig(String configName,
String orgName,
SSOToken token)
Removes an authentication configuration defined in
iPlanetAMAuthConfiguration service. |
static void |
AMAuthConfigUtils.replaceNamedConfig(String configName,
int priority,
Map attributeDataMap,
String orgName,
SSOToken token)
Replaces an existing authentication configuration defined in
iPlanetAMAuthConfiguration service. |
void |
AuthConfigurationEntry.setControlFlag(String flag)
Sets control flag.
|
void |
AuthConfigurationEntry.setLoginModuleName(String moduleName)
Sets login module name
|
Constructor and Description |
---|
AMAuthenticationManager(SSOToken token,
String org)
Constructs an instance of
AMAuthenticationManager for the specified realm to manage the
authentication module instances available to this realm. |
AuthConfigurationEntry(Node node)
Constructor.
|
AuthConfigurationEntry(String module,
String flag,
String options)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
AuthenticationServiceAttributeCache.getServiceAttribute(String orgDN,
String serviceName)
Returns Auth Config Service attributes from cache.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.