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 class  SecurityUserType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAccountNonExpired()
      Gets the "accountNonExpired" element
      boolean getAccountNonLocked()
      Gets the "accountNonLocked" element
      boolean getCredentialsNonExpired()
      Gets the "credentialsNonExpired" element
      String getEmail()
      Gets the "email" element
      boolean getEnabled()
      Gets the "enabled" element
      List getGrantedAuthorities()
      Gets the "grantedAuthorities" element
      List getGroups()
      Gets the "groups" element
      String getIpLimits()
      Gets the "ipLimits" element
      String getPassword()
      Gets the "password" element
      String getUsername()
      Gets the "username" element
      boolean isSetAccountNonExpired()
      True if has "accountNonExpired" element
      boolean isSetAccountNonLocked()
      True if has "accountNonLocked" element
      boolean isSetCredentialsNonExpired()
      True if has "credentialsNonExpired" element
      boolean isSetEnabled()
      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 setEmail​(String email)
      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 unsetAccountNonExpired()
      Unsets the "accountNonExpired" element
      void unsetAccountNonLocked()
      Unsets the "accountNonLocked" element
      void unsetCredentialsNonExpired()
      Unsets the "credentialsNonExpired" element
      void unsetEnabled()
      Unsets the "enabled" element
      org.apache.xmlbeans.XmlBoolean xgetAccountNonExpired()
      Gets (as xml) the "accountNonExpired" element
      org.apache.xmlbeans.XmlBoolean xgetAccountNonLocked()
      Gets (as xml) the "accountNonLocked" element
      org.apache.xmlbeans.XmlBoolean xgetCredentialsNonExpired()
      Gets (as xml) the "credentialsNonExpired" element
      org.apache.xmlbeans.XmlString xgetEmail()
      Gets (as xml) the "email" element
      org.apache.xmlbeans.XmlBoolean xgetEnabled()
      Gets (as xml) the "enabled" element
      AuthoritiesType xgetGrantedAuthorities()
      Gets (as xml) the "grantedAuthorities" element
      GroupsType xgetGroups()
      Gets (as xml) the "groups" element
      org.apache.xmlbeans.XmlString xgetIpLimits()
      Gets (as xml) the "ipLimits" element
      org.apache.xmlbeans.XmlString xgetPassword()
      Gets (as xml) the "password" element
      org.apache.xmlbeans.XmlString xgetUsername()
      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 xsetGrantedAuthorities​(AuthoritiesType grantedAuthorities)
      Sets (as xml) the "grantedAuthorities" element
      void xsetGroups​(GroupsType groups)
      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, 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 Detail

      • type

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

      • 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