
public interface DsSecurityType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
dsSecurityType xsd type| Modifier and Type | Method and Description |
|---|---|
ExtensionType<DsSecurityType<T>> |
getOrCreateReauthPlugin()
If not already created, a new
reauth-plugin element with the given value will be created. |
String |
getPassword()
Returns the
password element |
String |
getSecurityDomain()
Returns the
security-domain element |
String |
getUserName()
Returns the
user-name element |
DsSecurityType<T> |
password(String password)
Sets the
password element |
DsSecurityType<T> |
removePassword()
Removes the
password element |
DsSecurityType<T> |
removeReauthPlugin()
Removes the
reauth-plugin element |
DsSecurityType<T> |
removeSecurityDomain()
Removes the
security-domain element |
DsSecurityType<T> |
removeUserName()
Removes the
user-name element |
DsSecurityType<T> |
securityDomain(String securityDomain)
Sets the
security-domain element |
DsSecurityType<T> |
userName(String userName)
Sets the
user-name element |
DsSecurityType<T> userName(String userName)
user-name elementuserName - the value for the element user-nameDsSecurityTypeString getUserName()
user-name elementuser-nameDsSecurityType<T> removeUserName()
user-name elementDsSecurityTypeDsSecurityType<T> password(String password)
password elementpassword - the value for the element passwordDsSecurityTypeString getPassword()
password elementpasswordDsSecurityType<T> removePassword()
password elementDsSecurityTypeDsSecurityType<T> securityDomain(String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainDsSecurityTypeString getSecurityDomain()
security-domain elementsecurity-domainDsSecurityType<T> removeSecurityDomain()
security-domain elementDsSecurityTypeExtensionType<DsSecurityType<T>> getOrCreateReauthPlugin()
reauth-plugin element with the given value will be created.
Otherwise, the existing reauth-plugin element will be returned.ExtensionType> DsSecurityType<T> removeReauthPlugin()
reauth-plugin elementDsSecurityTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)