Uses of Annotation Type
org.alfresco.rest.framework.WebApiNoAuth
Packages that use WebApiNoAuth
Package
Description
-
Uses of WebApiNoAuth in org.alfresco.rest.api.authentications
Methods in org.alfresco.rest.api.authentications with annotations of type WebApiNoAuthModifier and TypeMethodDescriptionAuthenticationTicketsEntityResource.create(List<LoginTicket> entity, Parameters parameters) -
Uses of WebApiNoAuth in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiNoAuthModifier and TypeMethodDescriptionvoidPeopleEntityResource.requestPasswordReset(String personId, Client client, Parameters parameters, WithResponse withResponse) Deprecated.voidPeopleEntityResource.resetPassword(String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse) Deprecated. -
Uses of WebApiNoAuth in org.alfresco.rest.api.probes
Methods in org.alfresco.rest.api.probes with annotations of type WebApiNoAuthModifier and TypeMethodDescriptionProbeEntityResource.readById(String name, Parameters parameters) Returns a status code of 200 for okay.