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.XmlObjectAn XML SecurityUserType(@duracloud.org). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityUserType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAccountNonExpired()Gets the "accountNonExpired" elementbooleangetAccountNonLocked()Gets the "accountNonLocked" elementbooleangetCredentialsNonExpired()Gets the "credentialsNonExpired" elementStringgetEmail()Gets the "email" elementbooleangetEnabled()Gets the "enabled" elementListgetGrantedAuthorities()Gets the "grantedAuthorities" elementListgetGroups()Gets the "groups" elementStringgetIpLimits()Gets the "ipLimits" elementStringgetPassword()Gets the "password" elementStringgetUsername()Gets the "username" elementbooleanisSetAccountNonExpired()True if has "accountNonExpired" elementbooleanisSetAccountNonLocked()True if has "accountNonLocked" elementbooleanisSetCredentialsNonExpired()True if has "credentialsNonExpired" elementbooleanisSetEnabled()True if has "enabled" elementvoidsetAccountNonExpired(boolean accountNonExpired)Sets the "accountNonExpired" elementvoidsetAccountNonLocked(boolean accountNonLocked)Sets the "accountNonLocked" elementvoidsetCredentialsNonExpired(boolean credentialsNonExpired)Sets the "credentialsNonExpired" elementvoidsetEmail(String email)Sets the "email" elementvoidsetEnabled(boolean enabled)Sets the "enabled" elementvoidsetGrantedAuthorities(List grantedAuthorities)Sets the "grantedAuthorities" elementvoidsetGroups(List groups)Sets the "groups" elementvoidsetIpLimits(String ipLimits)Sets the "ipLimits" elementvoidsetPassword(String password)Sets the "password" elementvoidsetUsername(String username)Sets the "username" elementvoidunsetAccountNonExpired()Unsets the "accountNonExpired" elementvoidunsetAccountNonLocked()Unsets the "accountNonLocked" elementvoidunsetCredentialsNonExpired()Unsets the "credentialsNonExpired" elementvoidunsetEnabled()Unsets the "enabled" elementorg.apache.xmlbeans.XmlBooleanxgetAccountNonExpired()Gets (as xml) the "accountNonExpired" elementorg.apache.xmlbeans.XmlBooleanxgetAccountNonLocked()Gets (as xml) the "accountNonLocked" elementorg.apache.xmlbeans.XmlBooleanxgetCredentialsNonExpired()Gets (as xml) the "credentialsNonExpired" elementorg.apache.xmlbeans.XmlStringxgetEmail()Gets (as xml) the "email" elementorg.apache.xmlbeans.XmlBooleanxgetEnabled()Gets (as xml) the "enabled" elementAuthoritiesTypexgetGrantedAuthorities()Gets (as xml) the "grantedAuthorities" elementGroupsTypexgetGroups()Gets (as xml) the "groups" elementorg.apache.xmlbeans.XmlStringxgetIpLimits()Gets (as xml) the "ipLimits" elementorg.apache.xmlbeans.XmlStringxgetPassword()Gets (as xml) the "password" elementorg.apache.xmlbeans.XmlStringxgetUsername()Gets (as xml) the "username" elementvoidxsetAccountNonExpired(org.apache.xmlbeans.XmlBoolean accountNonExpired)Sets (as xml) the "accountNonExpired" elementvoidxsetAccountNonLocked(org.apache.xmlbeans.XmlBoolean accountNonLocked)Sets (as xml) the "accountNonLocked" elementvoidxsetCredentialsNonExpired(org.apache.xmlbeans.XmlBoolean credentialsNonExpired)Sets (as xml) the "credentialsNonExpired" elementvoidxsetEmail(org.apache.xmlbeans.XmlString email)Sets (as xml) the "email" elementvoidxsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)Sets (as xml) the "enabled" elementvoidxsetGrantedAuthorities(AuthoritiesType grantedAuthorities)Sets (as xml) the "grantedAuthorities" elementvoidxsetGroups(GroupsType groups)Sets (as xml) the "groups" elementvoidxsetIpLimits(org.apache.xmlbeans.XmlString ipLimits)Sets (as xml) the "ipLimits" elementvoidxsetPassword(org.apache.xmlbeans.XmlString password)Sets (as xml) the "password" elementvoidxsetUsername(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
-
-
-
-
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
-
-