パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.authn |
修飾子とタイプ | クラスと説明 |
---|---|
class |
ForceAuthenticationException
Exception indicating that forced authentication was requested but could not be performed.
|
class |
PassiveAuthenticationException
Exception indicating that passive authentication was requested but could not be performed.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AuthenticationException |
LoginContext.getAuthenticationFailure()
Gets the error that occurred during authentication.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
LoginContext.setAuthenticationFailure(AuthenticationException error)
Sets the error that occurred during authentication.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Map<String,LoginHandler> |
AuthenticationEngine.determinePossibleLoginHandlers(Session idpSession,
LoginContext loginContext)
Determines which configured login handlers will support the requested authentication methods.
|
protected Subject |
AuthenticationEngine.getLoginHandlerSubject(javax.servlet.http.HttpServletRequest httpRequest)
Gets the subject from the request coming back from the login handler.
|
protected LoginHandler |
AuthenticationEngine.selectLoginHandler(Map<String,LoginHandler> possibleLoginHandlers,
LoginContext loginContext,
Session idpSession)
Selects a login handler from a list of possible login handlers that could be used for the request.
|
protected void |
AuthenticationEngine.validateForcedReauthentication(Session idpSession,
String authnMethod,
Subject subject)
If forced authentication was required this method checks to ensure that the re-authenticated subject contains a
principal name that is equal to the principal name associated with the authentication method.
|
protected void |
AuthenticationEngine.validateSuccessfulAuthentication(LoginContext loginContext,
javax.servlet.http.HttpServletRequest httpRequest,
String authenticationMethod)
Validates that the authentication was successfully performed by the login handler.
|
Copyright © 2012. All Rights Reserved.