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)
Deprecated.
Password validation should be performed by the underlying user store at provisioning time.
|
void |
AMLoginModule.validateUserName(String userName,
String invalidChars)
Validates the given user name by using validation plugin if exists
else it checks invalid characters in the source string.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.