public class AuthenticationStatusRest extends BaseObjectRest<Integer>
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
AuthenticationStatusRest() |
AuthenticationStatusRest(EPersonRest eperson) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Class |
getController() |
EPersonRest |
getEPersonRest() |
String |
getType() |
String |
getTypePlural() |
boolean |
isAuthenticated() |
boolean |
isOkay() |
void |
setAuthenticated(boolean authenticated) |
void |
setEPersonRest(EPersonRest ePersonRest) |
void |
setOkay(boolean okay) |
getErrors, getId, setErrors, setIdpublic static final String NAME
public static final String CATEGORY
public AuthenticationStatusRest()
public AuthenticationStatusRest(EPersonRest eperson)
public String getCategory()
public String getType()
public String getTypePlural()
public Class getController()
@LinkRest(linkClass=EPersonRest.class, name="eperson", optional=true) public EPersonRest getEPersonRest()
public void setEPersonRest(EPersonRest ePersonRest)
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public boolean isOkay()
public void setOkay(boolean okay)
Copyright © 2019 DuraSpace. All rights reserved.