Package | Description |
---|---|
com.sun.identity.authentication.spi |
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
|
Modifier and Type | Method and Description |
---|---|
void |
AMAuthCallBack.authEventCallback(int eventType,
Map eventParams)
Receives the event notifications when the user status changes during
the authentication process.
|
static AMAuthCallBackImpl |
AMAuthCallBackImpl.getInstance(String aRealm)
Public accessor for the singleton.
|
void |
AMAuthCallBackImpl.processedAccounttLockout(Long eventTime,
String userDN)
Calls the plug-in class(es) when an account lockout has been processed
by an authentication module.
|
void |
AMAuthCallBackImpl.processedEvent(int eventType,
Map eventParams)
Calls the plug-in class(es) when an event has been processed
by an authentication module.
|
void |
AMAuthCallBackImpl.processedPasswordChange(Long eventTime,
String userDN)
Calls the plug-in class(es) when a password change has been processed
by an authentication module.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.