Package | Description |
---|---|
com.sun.identity.authentication.internal |
Internal classes to handle Authentication.
|
com.sun.identity.authentication.internal.server |
Modifier and Type | Method and Description |
---|---|
protected AuthSubject |
LoginContext.getSubject() |
protected AuthSubject |
AuthContext.getSubject()
Returns the set of Principals the user has been authenticated as.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginModule.initialize(AuthSubject subject,
CallbackHandler cb,
Map sharedstate,
Map options) |
protected void |
AuthContext.reset(AuthSubject subject)
Method to reset this instance of
AuthContext object, so
that a new login process can be initiated for the given
Subject . |
Constructor and Description |
---|
AuthContext(String orgName,
AuthSubject subject)
Constructor to get an instance of this class given the organization name
orgName the user would like to access, and the principal's
subject the user would like to be authenticated as. |
LoginContext(String name,
AuthSubject subject,
CallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SMSAuthModule.initialize(AuthSubject subject,
CallbackHandler cb,
Map isharedstate,
Map ioptions) |
void |
LocalLdapAuthModule.initialize(AuthSubject subject,
CallbackHandler handle,
Map sharedState,
Map options) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.