Uses of Class
org.alfresco.rest.api.model.LoginTicket
-
Packages that use LoginTicket Package Description org.alfresco.rest.api org.alfresco.rest.api.authentications org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of LoginTicket in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type LoginTicket Modifier and Type Method Description LoginTicketResponse
Authentications. createTicket(LoginTicket loginRequest, Parameters parameters)
-
Uses of LoginTicket in org.alfresco.rest.api.authentications
Methods in org.alfresco.rest.api.authentications that return LoginTicket Modifier and Type Method Description LoginTicket
AuthenticationTicketsEntityResource. readById(java.lang.String me, Parameters parameters, WithResponse withResponse)
Methods in org.alfresco.rest.api.authentications that return types with arguments of type LoginTicket Modifier and Type Method Description java.util.List<LoginTicket>
AuthenticationTicketsEntityResource. create(java.util.List<LoginTicket> entity, Parameters parameters)
Method parameters in org.alfresco.rest.api.authentications with type arguments of type LoginTicket Modifier and Type Method Description java.util.List<LoginTicket>
AuthenticationTicketsEntityResource. create(java.util.List<LoginTicket> entity, Parameters parameters)
-
Uses of LoginTicket in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type LoginTicket Modifier and Type Method Description LoginTicketResponse
AuthenticationsImpl. createTicket(LoginTicket loginRequest, Parameters parameters)
protected void
AuthenticationsImpl. validateLoginRequest(LoginTicket loginTicket)
-
Uses of LoginTicket in org.alfresco.rest.api.model
Subclasses of LoginTicket in org.alfresco.rest.api.model Modifier and Type Class Description class
LoginTicketResponse
-