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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "accountNonExpired" elementbooleanGets the "accountNonLocked" elementbooleanGets the "credentialsNonExpired" elementgetEmail()Gets the "email" elementbooleanGets the "enabled" elementGets the "grantedAuthorities" elementGets the "groups" elementGets the "ipLimits" elementGets the "password" elementGets the "username" elementbooleanTrue if has "accountNonExpired" elementbooleanTrue if has "accountNonLocked" elementbooleanTrue if has "credentialsNonExpired" elementbooleanTrue if has "enabled" elementvoidsetAccountNonExpired(boolean accountNonExpired) Sets the "accountNonExpired" elementvoidsetAccountNonLocked(boolean accountNonLocked) Sets the "accountNonLocked" elementvoidsetCredentialsNonExpired(boolean credentialsNonExpired) Sets the "credentialsNonExpired" elementvoidSets the "email" elementvoidsetEnabled(boolean enabled) Sets the "enabled" elementvoidsetGrantedAuthorities(List grantedAuthorities) Sets the "grantedAuthorities" elementvoidSets the "groups" elementvoidsetIpLimits(String ipLimits) Sets the "ipLimits" elementvoidsetPassword(String password) Sets the "password" elementvoidsetUsername(String username) Sets the "username" elementvoidUnsets the "accountNonExpired" elementvoidUnsets the "accountNonLocked" elementvoidUnsets the "credentialsNonExpired" elementvoidUnsets the "enabled" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "accountNonExpired" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "accountNonLocked" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "credentialsNonExpired" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "email" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "enabled" elementGets (as xml) the "grantedAuthorities" elementGets (as xml) the "groups" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "ipLimits" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "password" elementorg.apache.xmlbeans.XmlStringGets (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" elementMethods 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, valueHashCodeMethods 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
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
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
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
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
Sets the "grantedAuthorities" element -
xsetGrantedAuthorities
Sets (as xml) the "grantedAuthorities" element -
getGroups
List getGroups()Gets the "groups" element -
xgetGroups
GroupsType xgetGroups()Gets (as xml) the "groups" element -
setGroups
Sets the "groups" element -
xsetGroups
Sets (as xml) the "groups" element
-