Package org.dspace.app.rest.model
Class AuthenticationStatusRest
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.BaseObjectRest<Integer>
org.dspace.app.rest.model.AuthenticationStatusRest
- All Implemented Interfaces:
Serializable,RestModel
Find out your authentication status.
- See Also:
-
Field Summary
FieldsFields inherited from class org.dspace.app.rest.model.BaseObjectRest
idFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanbooleanisOkay()voidsetAuthenticated(boolean authenticated) voidsetAuthenticationMethod(String authenticationMethod) voidsetEPersonRest(EPersonRest ePersonRest) voidsetOkay(boolean okay) voidsetSpecialGroups(List<GroupRest> groupList) Methods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, getId, setErrors, setIdMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
NAME
- See Also:
-
SPECIALGROUPS
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
AuthenticationStatusRest
public AuthenticationStatusRest() -
AuthenticationStatusRest
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getType
-
getTypePlural
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getEPersonRest
-
setEPersonRest
-
isAuthenticated
public boolean isAuthenticated() -
setAuthenticated
public void setAuthenticated(boolean authenticated) -
isOkay
public boolean isOkay() -
setOkay
public void setOkay(boolean okay) -
getAuthenticationMethod
-
setAuthenticationMethod
-
setSpecialGroups
-
getSpecialGroups
-