|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenIDAuthRequest | |
|---|---|
| com.atlassian.crowd.openid.server.action.secure.interaction | |
| com.atlassian.crowd.openid.server.manager.openid | |
| Uses of OpenIDAuthRequest in com.atlassian.crowd.openid.server.action.secure.interaction |
|---|
| Methods in com.atlassian.crowd.openid.server.action.secure.interaction that return OpenIDAuthRequest | |
|---|---|
protected OpenIDAuthRequest |
AllowAuthentication.getOpenIDAuthRequest()
Retrieve the OpenIDAuthRequest from session. |
| Uses of OpenIDAuthRequest in com.atlassian.crowd.openid.server.manager.openid |
|---|
| Methods in com.atlassian.crowd.openid.server.manager.openid with parameters of type OpenIDAuthRequest | |
|---|---|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.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 |
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.autoAllowRequest(User user,
OpenIDAuthRequest authReq)
Processes a request if the "allow_always" flag has been set for the requesting site. |
OpenIDAuthResponse |
OpenIDAuthenticationManager.autoAllowRequest(User user,
OpenIDAuthRequest authReq)
Processes a request if the "allow_always" flag has been set for the requesting site. |
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.checkImmediate(SOAPPrincipal principal,
java.util.Locale locale,
OpenIDAuthRequest authReq)
A convenience wrapper for the autoAllowRequest method. |
OpenIDAuthResponse |
OpenIDAuthenticationManager.checkImmediate(SOAPPrincipal principal,
java.util.Locale locale,
OpenIDAuthRequest authReq)
A convenience wrapper for the autoAllowRequest method. |
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.denyRequest(User user,
OpenIDAuthRequest authReq)
Process a request if the "deny" action is taken by the user when a site has requested authentication. |
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. |
void |
OpenIDAuthenticationManagerGeneric.validateRequest(User user,
OpenIDAuthRequest authReq)
Validates the OpenID authentication request. |
void |
OpenIDAuthenticationManager.validateRequest(User user,
OpenIDAuthRequest authReq)
Validates the OpenID authentication request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||