| Modifier and Type | Field and Description |
|---|---|
private AuthenticationMethodInformation |
LoginContext.authenticationMethodInformation
Information about the authentication method.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodInformation |
LoginContext.getAuthenticationMethodInformation()
Gets information about the authentication event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginContext.setAuthenticationMethodInformation(AuthenticationMethodInformation info)
Sets the information about the authentication event.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodInformation |
ServiceInformation.getAuthenticationMethod()
Gets the authentication method used to log into the service.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticationMethodInformation> |
Session.getAuthenticationMethods()
Gets the methods by which the user has authenticated to the IdP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationMethodInformationImpl
Information about an authentication method employed by a user.
|
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationMethodInformation |
ServiceInformationImpl.methodInfo
Authentication method used to authenticate the user to the service.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,AuthenticationMethodInformation> |
SessionImpl.authnMethods
The list of methods used to authenticate the user.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodInformation |
ServiceInformationImpl.getAuthenticationMethod()
Gets the authentication method used to log into the service.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticationMethodInformation> |
SessionImpl.getAuthenticationMethods()
Gets the methods by which the user has authenticated to the IdP.
|
| Constructor and Description |
|---|
ServiceInformationImpl(String id,
org.joda.time.DateTime loginInstant,
AuthenticationMethodInformation method)
Default constructor.
|
Copyright © 1999-2014. All Rights Reserved.