Package org.duracloud

Interface SecurityUserType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SecurityUserTypeImpl

public interface SecurityUserType extends org.apache.xmlbeans.XmlObject
An XML SecurityUserType(@duracloud.org). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the "accountNonExpired" element
    boolean
    Gets the "accountNonLocked" element
    boolean
    Gets the "credentialsNonExpired" element
    Gets the "email" element
    boolean
    Gets the "enabled" element
    Gets the "grantedAuthorities" element
    Gets the "groups" element
    Gets the "ipLimits" element
    Gets the "password" element
    Gets the "username" element
    boolean
    True if has "accountNonExpired" element
    boolean
    True if has "accountNonLocked" element
    boolean
    True if has "credentialsNonExpired" element
    boolean
    True if has "enabled" element
    void
    setAccountNonExpired(boolean accountNonExpired)
    Sets the "accountNonExpired" element
    void
    setAccountNonLocked(boolean accountNonLocked)
    Sets the "accountNonLocked" element
    void
    setCredentialsNonExpired(boolean credentialsNonExpired)
    Sets the "credentialsNonExpired" element
    void
    Sets the "email" element
    void
    setEnabled(boolean enabled)
    Sets the "enabled" element
    void
    setGrantedAuthorities(List grantedAuthorities)
    Sets the "grantedAuthorities" element
    void
    setGroups(List groups)
    Sets the "groups" element
    void
    setIpLimits(String ipLimits)
    Sets the "ipLimits" element
    void
    setPassword(String password)
    Sets the "password" element
    void
    setUsername(String username)
    Sets the "username" element
    void
    Unsets the "accountNonExpired" element
    void
    Unsets the "accountNonLocked" element
    void
    Unsets the "credentialsNonExpired" element
    void
    Unsets the "enabled" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "accountNonExpired" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "accountNonLocked" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "credentialsNonExpired" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "email" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "enabled" element
    Gets (as xml) the "grantedAuthorities" element
    Gets (as xml) the "groups" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "ipLimits" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "password" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "username" element
    void
    xsetAccountNonExpired(org.apache.xmlbeans.XmlBoolean accountNonExpired)
    Sets (as xml) the "accountNonExpired" element
    void
    xsetAccountNonLocked(org.apache.xmlbeans.XmlBoolean accountNonLocked)
    Sets (as xml) the "accountNonLocked" element
    void
    xsetCredentialsNonExpired(org.apache.xmlbeans.XmlBoolean credentialsNonExpired)
    Sets (as xml) the "credentialsNonExpired" element
    void
    xsetEmail(org.apache.xmlbeans.XmlString email)
    Sets (as xml) the "email" element
    void
    xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
    Sets (as xml) the "enabled" element
    void
    Sets (as xml) the "grantedAuthorities" element
    void
    Sets (as xml) the "groups" element
    void
    xsetIpLimits(org.apache.xmlbeans.XmlString ipLimits)
    Sets (as xml) the "ipLimits" element
    void
    xsetPassword(org.apache.xmlbeans.XmlString password)
    Sets (as xml) the "password" element
    void
    xsetUsername(org.apache.xmlbeans.XmlString username)
    Sets (as xml) the "username" element

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getUsername

      String getUsername()
      Gets the "username" element
    • xgetUsername

      org.apache.xmlbeans.XmlString xgetUsername()
      Gets (as xml) the "username" element
    • setUsername

      void setUsername(String username)
      Sets the "username" element
    • xsetUsername

      void xsetUsername(org.apache.xmlbeans.XmlString username)
      Sets (as xml) the "username" element
    • getPassword

      String getPassword()
      Gets the "password" element
    • xgetPassword

      org.apache.xmlbeans.XmlString xgetPassword()
      Gets (as xml) the "password" element
    • setPassword

      void setPassword(String password)
      Sets the "password" element
    • xsetPassword

      void xsetPassword(org.apache.xmlbeans.XmlString password)
      Sets (as xml) the "password" element
    • getEmail

      String getEmail()
      Gets the "email" element
    • xgetEmail

      org.apache.xmlbeans.XmlString xgetEmail()
      Gets (as xml) the "email" element
    • setEmail

      void setEmail(String email)
      Sets the "email" element
    • xsetEmail

      void xsetEmail(org.apache.xmlbeans.XmlString email)
      Sets (as xml) the "email" element
    • getIpLimits

      String getIpLimits()
      Gets the "ipLimits" element
    • xgetIpLimits

      org.apache.xmlbeans.XmlString xgetIpLimits()
      Gets (as xml) the "ipLimits" element
    • setIpLimits

      void setIpLimits(String ipLimits)
      Sets the "ipLimits" element
    • xsetIpLimits

      void xsetIpLimits(org.apache.xmlbeans.XmlString ipLimits)
      Sets (as xml) the "ipLimits" element
    • getEnabled

      boolean getEnabled()
      Gets the "enabled" element
    • xgetEnabled

      org.apache.xmlbeans.XmlBoolean xgetEnabled()
      Gets (as xml) the "enabled" element
    • isSetEnabled

      boolean isSetEnabled()
      True if has "enabled" element
    • setEnabled

      void setEnabled(boolean enabled)
      Sets the "enabled" element
    • xsetEnabled

      void xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
      Sets (as xml) the "enabled" element
    • unsetEnabled

      void unsetEnabled()
      Unsets the "enabled" element
    • getAccountNonExpired

      boolean getAccountNonExpired()
      Gets the "accountNonExpired" element
    • xgetAccountNonExpired

      org.apache.xmlbeans.XmlBoolean xgetAccountNonExpired()
      Gets (as xml) the "accountNonExpired" element
    • isSetAccountNonExpired

      boolean isSetAccountNonExpired()
      True if has "accountNonExpired" element
    • setAccountNonExpired

      void setAccountNonExpired(boolean accountNonExpired)
      Sets the "accountNonExpired" element
    • xsetAccountNonExpired

      void xsetAccountNonExpired(org.apache.xmlbeans.XmlBoolean accountNonExpired)
      Sets (as xml) the "accountNonExpired" element
    • unsetAccountNonExpired

      void unsetAccountNonExpired()
      Unsets the "accountNonExpired" element
    • getCredentialsNonExpired

      boolean getCredentialsNonExpired()
      Gets the "credentialsNonExpired" element
    • xgetCredentialsNonExpired

      org.apache.xmlbeans.XmlBoolean xgetCredentialsNonExpired()
      Gets (as xml) the "credentialsNonExpired" element
    • isSetCredentialsNonExpired

      boolean isSetCredentialsNonExpired()
      True if has "credentialsNonExpired" element
    • setCredentialsNonExpired

      void setCredentialsNonExpired(boolean credentialsNonExpired)
      Sets the "credentialsNonExpired" element
    • xsetCredentialsNonExpired

      void xsetCredentialsNonExpired(org.apache.xmlbeans.XmlBoolean credentialsNonExpired)
      Sets (as xml) the "credentialsNonExpired" element
    • unsetCredentialsNonExpired

      void unsetCredentialsNonExpired()
      Unsets the "credentialsNonExpired" element
    • getAccountNonLocked

      boolean getAccountNonLocked()
      Gets the "accountNonLocked" element
    • xgetAccountNonLocked

      org.apache.xmlbeans.XmlBoolean xgetAccountNonLocked()
      Gets (as xml) the "accountNonLocked" element
    • isSetAccountNonLocked

      boolean isSetAccountNonLocked()
      True if has "accountNonLocked" element
    • setAccountNonLocked

      void setAccountNonLocked(boolean accountNonLocked)
      Sets the "accountNonLocked" element
    • xsetAccountNonLocked

      void xsetAccountNonLocked(org.apache.xmlbeans.XmlBoolean accountNonLocked)
      Sets (as xml) the "accountNonLocked" element
    • unsetAccountNonLocked

      void unsetAccountNonLocked()
      Unsets the "accountNonLocked" element
    • getGrantedAuthorities

      List getGrantedAuthorities()
      Gets the "grantedAuthorities" element
    • xgetGrantedAuthorities

      AuthoritiesType xgetGrantedAuthorities()
      Gets (as xml) the "grantedAuthorities" element
    • setGrantedAuthorities

      void setGrantedAuthorities(List grantedAuthorities)
      Sets the "grantedAuthorities" element
    • xsetGrantedAuthorities

      void xsetGrantedAuthorities(AuthoritiesType grantedAuthorities)
      Sets (as xml) the "grantedAuthorities" element
    • getGroups

      List getGroups()
      Gets the "groups" element
    • xgetGroups

      GroupsType xgetGroups()
      Gets (as xml) the "groups" element
    • setGroups

      void setGroups(List groups)
      Sets the "groups" element
    • xsetGroups

      void xsetGroups(GroupsType groups)
      Sets (as xml) the "groups" element