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

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeGrantTypeHandler.java45 public class AuthorizationCodeGrantTypeHandler extends GrantTypeHandler { class in inherits:GrantTypeHandler
54 * Constructs a new AuthorizationCodeGrantTypeHandler.
65 public AuthorizationCodeGrantTypeHandler(List<AuthorizationCodeRequestValidator> requestValidators, method in class:AuthorizationCodeGrantTypeHandler
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeGrantTypeHandler.java49 public class AuthorizationCodeGrantTypeHandler extends GrantTypeHandler { class in inherits:GrantTypeHandler
58 * Constructs a new AuthorizationCodeGrantTypeHandler.
69 public AuthorizationCodeGrantTypeHandler(List<AuthorizationCodeRequestValidator> requestValidators, method in class:AuthorizationCodeGrantTypeHandler

Completed in 28 milliseconds