Class AuthenticationStatusRest

All Implemented Interfaces:
Serializable, RestModel

public class AuthenticationStatusRest extends BaseObjectRest<Integer>
Find out your authentication status.
See Also:
  • Field Details

  • Constructor Details

    • AuthenticationStatusRest

      public AuthenticationStatusRest()
    • AuthenticationStatusRest

      public AuthenticationStatusRest(EPersonRest eperson)
  • Method Details

    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getEPersonRest

      @LinkRest(name="eperson") public EPersonRest getEPersonRest()
    • setEPersonRest

      public void setEPersonRest(EPersonRest ePersonRest)
    • isAuthenticated

      public boolean isAuthenticated()
    • setAuthenticated

      public void setAuthenticated(boolean authenticated)
    • isOkay

      public boolean isOkay()
    • setOkay

      public void setOkay(boolean okay)
    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • setAuthenticationMethod

      public void setAuthenticationMethod(String authenticationMethod)
    • setSpecialGroups

      public void setSpecialGroups(List<GroupRest> groupList)
    • getSpecialGroups

      @LinkRest(name="specialGroups") public List<GroupRest> getSpecialGroups()