| Package | Description |
|---|---|
| com.iplanet.ias.security.auth.login | |
| com.sun.enterprise.security.auth |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AuthenticationStatus |
PasswordLoginModule.authenticate() |
AuthenticationStatus |
PasswordLoginModule.commitAuthentication(String username,
char[] password,
Realm theRealm,
String[] groups)
Called at the end of the authenticate method by the user
|
AuthenticationStatus |
PasswordLoginModule.commitAuthentication(String username,
String password,
Realm theRealm,
String[] groups)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationStatusImpl
This class implements an AuthenticationStatus object.
|
Copyright © 2017. All rights reserved.