public interface RefreshTokenFactory
extends org.apereo.cas.ticket.TicketFactory
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.ticket.refreshtoken.RefreshToken |
create(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
java.util.Collection<java.lang.String> scopes)
Create a refresh token.
|
org.apereo.cas.ticket.refreshtoken.RefreshToken create(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.ticket.TicketGrantingTicket ticketGrantingTicket,
java.util.Collection<java.lang.String> scopes)
service - the serviceauthentication - the authenticationticketGrantingTicket - the ticket granting ticketscopes - the scopes