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.
|
Modifier and Type | Method and Description |
---|---|
AMAuthenticationInstance |
AMAuthenticationManager.createAuthenticationInstance(String name,
String type,
Map attributes)
Creates an
AMAuthenticationInstance instance with the
specified parameters. |
AMAuthenticationInstance |
AMAuthenticationManager.getAuthenticationInstance(String authName)
Returns the
AMAuthenticationInstance object whose name is
as specified. |
Modifier and Type | Method and Description |
---|---|
Set<AMAuthenticationInstance> |
AMAuthenticationManager.getAuthenticationInstances()
Returns the authentication module instances that are available to this
realm except the Application instance which is for internal use only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AMAuthenticationManager.isEditable(AMAuthenticationInstance instance)
Returns
true if this authentication module instance editable
by this user and/or in this realm. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.