Uses of Class
org.alfresco.rest.api.model.LoginTicket
Packages that use LoginTicket
Package
Description
-
Uses of LoginTicket in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type LoginTicketModifier and TypeMethodDescriptionAuthentications.createTicket
(LoginTicket loginRequest, Parameters parameters) -
Uses of LoginTicket in org.alfresco.rest.api.authentications
Methods in org.alfresco.rest.api.authentications that return LoginTicketModifier and TypeMethodDescriptionAuthenticationTicketsEntityResource.readById
(String me, Parameters parameters, WithResponse withResponse) Methods in org.alfresco.rest.api.authentications that return types with arguments of type LoginTicketModifier and TypeMethodDescriptionAuthenticationTicketsEntityResource.create
(List<LoginTicket> entity, Parameters parameters) Method parameters in org.alfresco.rest.api.authentications with type arguments of type LoginTicketModifier and TypeMethodDescriptionAuthenticationTicketsEntityResource.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 LoginTicketModifier and TypeMethodDescriptionAuthenticationsImpl.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