public class OAuth20PasswordGrantTypeTokenRequestValidator extends BaseOAuth20TokenRequestValidator
registeredServiceAccessStrategyEnforcer, servicesManager, webApplicationServiceServiceFactory| Constructor and Description |
|---|
OAuth20PasswordGrantTypeTokenRequestValidator(org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.ServiceFactory webApplicationServiceServiceFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected OAuth20GrantTypes |
getGrantType()
Gets grant type.
|
protected boolean |
validateInternal(org.pac4j.core.context.J2EContext context,
java.lang.String grantType,
org.pac4j.core.profile.ProfileManager manager,
org.pac4j.core.profile.UserProfile uProfile)
Validate internal.
|
isGrantTypeSupportedBy, isGrantTypeSupportedBy, supports, validatepublic OAuth20PasswordGrantTypeTokenRequestValidator(org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.ServiceFactory webApplicationServiceServiceFactory)
protected OAuth20GrantTypes getGrantType()
BaseOAuth20TokenRequestValidatorgetGrantType in class BaseOAuth20TokenRequestValidatorprotected boolean validateInternal(org.pac4j.core.context.J2EContext context,
java.lang.String grantType,
org.pac4j.core.profile.ProfileManager manager,
org.pac4j.core.profile.UserProfile uProfile)
BaseOAuth20TokenRequestValidatorvalidateInternal in class BaseOAuth20TokenRequestValidatorcontext - the contextgrantType - the grant typemanager - the manageruProfile - the profile