Uses of Class
org.dspace.app.rest.model.hateoas.AuthnResource
-
Packages that use AuthnResource Package Description org.dspace.app.rest org.dspace.app.rest.link -
-
Uses of AuthnResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return AuthnResource Modifier and Type Method Description AuthnResourceAuthenticationRestController. authn() -
Uses of AuthnResource in org.dspace.app.rest.link
Methods in org.dspace.app.rest.link that return types with arguments of type AuthnResource Modifier and Type Method Description protected Class<AuthnResource>AuthnHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link with parameters of type AuthnResource Modifier and Type Method Description protected voidAuthnHalLinkFactory. addLinks(AuthnResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-