
public interface CredentialType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
credentialType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the
password element |
String |
getSecurityDomain()
Returns the
security-domain element |
String |
getUserName()
Returns the
user-name element |
CredentialType<T> |
password(String password)
Sets the
password element |
CredentialType<T> |
removePassword()
Removes the
password element |
CredentialType<T> |
removeSecurityDomain()
Removes the
security-domain element |
CredentialType<T> |
removeUserName()
Removes the
user-name element |
CredentialType<T> |
securityDomain(String securityDomain)
Sets the
security-domain element |
CredentialType<T> |
userName(String userName)
Sets the
user-name element |
CredentialType<T> userName(String userName)
user-name elementuserName - the value for the element user-nameCredentialTypeString getUserName()
user-name elementuser-nameCredentialType<T> removeUserName()
user-name elementCredentialTypeCredentialType<T> password(String password)
password elementpassword - the value for the element passwordCredentialTypeString getPassword()
password elementpasswordCredentialType<T> removePassword()
password elementCredentialTypeCredentialType<T> securityDomain(String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainCredentialTypeString getSecurityDomain()
security-domain elementsecurity-domainCredentialType<T> removeSecurityDomain()
security-domain elementCredentialTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)