Package | Description |
---|---|
com.atlassian.crowd.openid.server.manager.openid | |
com.atlassian.crowd.openid.server.provider |
Modifier and Type | Method and Description |
---|---|
OpenIDAuthResponse |
OpenIDAuthenticationManager.allowRequest(User user,
long profileID,
OpenIDAuthRequest authReq,
boolean alwaysAllow)
Process a request if the "allow" or "allow always" action
is taken by the user when a site has requested authentication.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.allowRequest(User user,
long profileID,
OpenIDAuthRequest authReq,
boolean alwaysAllow) |
OpenIDAuthResponse |
OpenIDAuthenticationManager.autoAllowRequest(User user,
OpenIDAuthRequest authReq)
Processes a request if the "allow_always" flag has been set
for the requesting site.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.autoAllowRequest(User user,
OpenIDAuthRequest authReq) |
OpenIDAuthResponse |
OpenIDAuthenticationManager.checkImmediate(User principal,
Locale locale,
OpenIDAuthRequest authReq)
A convenience wrapper for the autoAllowRequest method.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.checkImmediate(User principal,
Locale locale,
OpenIDAuthRequest authReq) |
OpenIDAuthResponse |
OpenIDAuthenticationManager.denyRequest(User user,
OpenIDAuthRequest authReq)
Process a request if the "deny" action is taken by the user
when a site has requested authentication.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.denyRequest(User user,
OpenIDAuthRequest authReq) |
static String |
OpenIDAuthenticationManagerGeneric.effectiveIdentifier(OpenIDAuthRequest authReq,
User user)
Select an identifier for this request, using the currently logged-in user if identifier
selection is requested.
|
void |
OpenIDAuthenticationManager.validateRequest(User user,
OpenIDAuthRequest authReq)
Validates the OpenID authentication request.
|
void |
OpenIDAuthenticationManagerGeneric.validateRequest(User user,
OpenIDAuthRequest authReq) |
Modifier and Type | Method and Description |
---|---|
static OpenIDAuthRequest |
OpenIDStateHelper.getActiveRequest(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
OpenIDResponder.sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthRequest authReq,
OpenIDAuthResponse authResp)
Responds to the provided authentication request with the provided authentication response.
|
void |
OpenID4JavaResponder.sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthRequest authReq,
OpenIDAuthResponse authResp) |
static void |
OpenIDStateHelper.setActiveRequest(javax.servlet.http.HttpServletRequest request,
OpenIDAuthRequest openIDAuthRequest)
Saves the given auth request in the session of the provided http request.
|
Copyright © 2021 Atlassian. All rights reserved.