|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenIDAuthResponse | |
---|---|
com.atlassian.crowd.openid.server.action.secure.interaction | |
com.atlassian.crowd.openid.server.manager.openid | |
com.atlassian.crowd.openid.server.provider |
Uses of OpenIDAuthResponse in com.atlassian.crowd.openid.server.action.secure.interaction |
---|
Methods in com.atlassian.crowd.openid.server.action.secure.interaction with parameters of type OpenIDAuthResponse | |
---|---|
protected void |
AllowAuthentication.setOpenIDAuthResponse(OpenIDAuthResponse authResp)
Set the OpenIDAuthResponse into the request attributes. |
Uses of OpenIDAuthResponse in com.atlassian.crowd.openid.server.manager.openid |
---|
Methods in com.atlassian.crowd.openid.server.manager.openid that return OpenIDAuthResponse | |
---|---|
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,
Locale locale,
OpenIDAuthRequest authReq)
A convenience wrapper for the autoAllowRequest method. |
OpenIDAuthResponse |
OpenIDAuthenticationManager.checkImmediate(SOAPPrincipal principal,
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. |
Uses of OpenIDAuthResponse in com.atlassian.crowd.openid.server.provider |
---|
Methods in com.atlassian.crowd.openid.server.provider with parameters of type OpenIDAuthResponse | |
---|---|
void |
OpenID4JavaProvider.sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthResponse authResp)
Responds to an authentication request. |
void |
CrowdProvider.sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthResponse authResp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |