public interface OAuthCodeFactory
extends org.apereo.cas.ticket.TicketFactory
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.ticket.code.OAuthCode |
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 an OAuth code.
|
org.apereo.cas.ticket.code.OAuthCode 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