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 |
AMLoginModule.validatePassword(String userPassword)
Validate password for the distinguished user, this will use validation
plugin if exists to validate password
|
void |
AMLoginModule.validateUserName(String userName,
String regEx)
Validates the given user name by using validation plugin if exists
else it checks invalid characters in the source string.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.