Class AuthnResource
- java.lang.Object
-
- org.springframework.hateoas.ResourceSupport
-
- org.springframework.hateoas.Resource<T>
-
- org.dspace.app.rest.model.hateoas.HALResource<T>
-
- org.dspace.app.rest.model.hateoas.DSpaceResource<AuthnRest>
-
- org.dspace.app.rest.model.hateoas.AuthnResource
-
- All Implemented Interfaces:
org.springframework.hateoas.Identifiable<org.springframework.hateoas.Link>
@RelNameDSpaceResource("authn") public class AuthnResource extends DSpaceResource<AuthnRest>
Authn Rest Resource, used to link to login, logout, status, ...- Author:
- Frederic Van Reet (frederic dot vanreet at atmire dot com), Tom Desair (tom dot desair at atmire dot com)
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.hateoas.HALResource
embedded
-
-
Constructor Summary
Constructors Constructor Description AuthnResource(AuthnRest data, Utils utils)
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.model.hateoas.DSpaceResource
getContent
-
Methods inherited from class org.dspace.app.rest.model.hateoas.HALResource
add, embedResource, getEmbeddedResources, setPageHeader
-
-