|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CredentialType<T>
This interface defines the contract for the credentialType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
CredentialType<T> userName(String userName)
user-name
element
userName
- the value for the element user-name
CredentialType
String getUserName()
user-name
element
user-name
CredentialType<T> removeUserName()
user-name
element
CredentialType
CredentialType<T> password(String password)
password
element
password
- the value for the element password
CredentialType
String getPassword()
password
element
password
CredentialType<T> removePassword()
password
element
CredentialType
CredentialType<T> securityDomain(String securityDomain)
security-domain
element
securityDomain
- the value for the element security-domain
CredentialType
String getSecurityDomain()
security-domain
element
security-domain
CredentialType<T> removeSecurityDomain()
security-domain
element
CredentialType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |