public class OAuth20RefreshTokenGrantTypeTokenRequestValidator extends BaseOAuth20TokenRequestValidator
registeredServiceAccessStrategyEnforcer, servicesManager, webApplicationServiceServiceFactory| Constructor and Description |
|---|
OAuth20RefreshTokenGrantTypeTokenRequestValidator(org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry,
org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> 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 OAuth20RefreshTokenGrantTypeTokenRequestValidator(org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry,
org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> 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