Searched defs:OAuth (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java95 public class OAuth extends AMLoginModule { class in inherits:AMLoginModule
112 public OAuth() { method in class:OAuth
113 OAuthUtil.debugMessage("OAuth()");
133 OAuthUtil.debugError("OAuth.process(): The request was null, this is "
138 // We are being redirected back from an OAuth 2 Identity Provider
141 OAuthUtil.debugMessage("OAuth.process(): GOT CODE: " + code);
202 OAuthUtil.debugError("OAuth.process(): Authorization redirect failed to be sent because the state "
204 throw new AuthLoginException("OAuth.process(): Authorization redirect failed to be sent because "
233 OAuthUtil.debugMessage("OAuth.process(): New RedirectURL=" + authServiceUrl);
261 OAuthUtil.debugError("OAuth
[all...]
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java99 public class OAuth extends AMLoginModule { class in inherits:AMLoginModule
120 public OAuth() { method in class:OAuth
121 OAuthUtil.debugMessage("OAuth()");
141 OAuthUtil.debugError("OAuth.process(): The request was null, this is "
146 // We are being redirected back from an OAuth 2 Identity Provider
149 OAuthUtil.debugMessage("OAuth.process(): GOT CODE: " + code);
214 OAuthUtil.debugError("OAuth.process(): Authorization redirect failed to be sent because the state "
216 throw new AuthLoginException("OAuth.process(): Authorization redirect failed to be sent because "
245 OAuthUtil.debugMessage("OAuth.process(): New RedirectURL=" + authServiceUrl);
265 OAuthUtil.debugError("OAuth
[all...]

Completed in 95 milliseconds