@Controller
public abstract class BaseOAuth20Controller
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AccessTokenFactory |
accessTokenFactory
The Access token factory.
|
protected org.apereo.cas.configuration.CasConfigurationProperties |
casProperties
Collection of CAS settings.
|
protected org.apereo.cas.authentication.principal.PrincipalFactory |
principalFactory
The Principal factory.
|
protected OAuth20ProfileScopeToAttributesFilter |
scopeToAttributesFilter
Convert profile scopes to attributes.
|
protected org.apereo.cas.services.ServicesManager |
servicesManager
Services manager.
|
protected org.apereo.cas.web.support.CookieRetrievingCookieGenerator |
ticketGrantingTicketCookieGenerator
Cookie retriever.
|
protected org.apereo.cas.ticket.registry.TicketRegistry |
ticketRegistry
The Ticket registry.
|
protected org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> |
webApplicationServiceServiceFactory
The Web application service service factory.
|
| Constructor and Description |
|---|
BaseOAuth20Controller() |
protected final org.apereo.cas.services.ServicesManager servicesManager
protected final org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry
protected final AccessTokenFactory accessTokenFactory
protected final org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
protected final org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceServiceFactory
protected final OAuth20ProfileScopeToAttributesFilter scopeToAttributesFilter
protected final org.apereo.cas.configuration.CasConfigurationProperties casProperties
protected final org.apereo.cas.web.support.CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator