public class AccessTokenRequestDataHolder
extends java.lang.Object
AccessTokenRequestDataHolder.| Constructor and Description |
|---|
AccessTokenRequestDataHolder(org.apereo.cas.ticket.OAuthToken token,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
OAuth20GrantTypes grantType,
boolean isAllowedToGenerateRefreshToken,
java.util.Set<java.lang.String> scopes) |
AccessTokenRequestDataHolder(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
OAuth20GrantTypes grantType,
java.util.Set<java.lang.String> scopes) |
AccessTokenRequestDataHolder(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.OAuthToken token,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
OAuth20GrantTypes grantType,
boolean isAllowedToGenerateRefreshToken,
java.util.Set<java.lang.String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.Authentication |
getAuthentication() |
OAuth20GrantTypes |
getGrantType() |
org.apereo.cas.support.oauth.services.OAuthRegisteredService |
getRegisteredService() |
java.util.Set<java.lang.String> |
getScopes() |
org.apereo.cas.authentication.principal.Service |
getService() |
org.apereo.cas.ticket.TicketGrantingTicket |
getTicketGrantingTicket() |
org.apereo.cas.ticket.OAuthToken |
getToken() |
boolean |
isGenerateRefreshToken() |
java.lang.String |
toString() |
public AccessTokenRequestDataHolder(org.apereo.cas.ticket.OAuthToken token,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
OAuth20GrantTypes grantType,
boolean isAllowedToGenerateRefreshToken,
java.util.Set<java.lang.String> scopes)
public AccessTokenRequestDataHolder(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.OAuthToken token,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
OAuth20GrantTypes grantType,
boolean isAllowedToGenerateRefreshToken,
java.util.Set<java.lang.String> scopes)
public AccessTokenRequestDataHolder(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.support.oauth.services.OAuthRegisteredService registeredService,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
OAuth20GrantTypes grantType,
java.util.Set<java.lang.String> scopes)
public OAuth20GrantTypes getGrantType()
public org.apereo.cas.authentication.principal.Service getService()
public org.apereo.cas.authentication.Authentication getAuthentication()
public org.apereo.cas.ticket.OAuthToken getToken()
public boolean isGenerateRefreshToken()
public org.apereo.cas.support.oauth.services.OAuthRegisteredService getRegisteredService()
public org.apereo.cas.ticket.TicketGrantingTicket getTicketGrantingTicket()
public java.util.Set<java.lang.String> getScopes()
public java.lang.String toString()
toString in class java.lang.Object