public interface AccessTokenFactory
extends org.apereo.cas.ticket.TicketFactory
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.ticket.accesstoken.AccessToken |
create(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket)
Create an access token.
|
org.apereo.cas.ticket.accesstoken.AccessToken create(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket)
service - the serviceauthentication - the authenticationticketGrantingTicket - the ticket granting ticket