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 LoginTicketResponseAuthentications. 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 LoginTicketAuthenticationTicketsEntityResource. readById(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 List<LoginTicket>AuthenticationTicketsEntityResource. create(List<LoginTicket> entity, Parameters parameters)Method parameters in org.alfresco.rest.api.authentications with type arguments of type LoginTicket Modifier and Type Method Description List<LoginTicket>AuthenticationTicketsEntityResource. create(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 LoginTicketResponseAuthenticationsImpl. createTicket(LoginTicket loginRequest, Parameters parameters)protected voidAuthenticationsImpl. 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 classLoginTicketResponse
-