|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CredentialType | |
---|---|
org.jboss.ironjacamar.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.ironjacamar.impl | Provides the implementation classes as defined in the schema |
Uses of CredentialType in org.jboss.ironjacamar.api |
---|
Methods in org.jboss.ironjacamar.api that return CredentialType | |
---|---|
CredentialType<RecoverType<T>> |
RecoverType.getOrCreateRecoverCredential()
If not already created, a new recover-credential element with the given value will be created. |
CredentialType<T> |
CredentialType.password(String password)
Sets the password element |
CredentialType<T> |
CredentialType.removePassword()
Removes the password element |
CredentialType<T> |
CredentialType.removeSecurityDomain()
Removes the security-domain element |
CredentialType<T> |
CredentialType.removeUserName()
Removes the user-name element |
CredentialType<T> |
CredentialType.securityDomain(String securityDomain)
Sets the security-domain element |
CredentialType<T> |
CredentialType.userName(String userName)
Sets the user-name element |
Uses of CredentialType in org.jboss.ironjacamar.impl |
---|
Methods in org.jboss.ironjacamar.impl that return CredentialType | |
---|---|
CredentialType<RecoverType<T>> |
RecoverTypeImpl.getOrCreateRecoverCredential()
If not already created, a new recover-credential element with the given value will be created. |
CredentialType<T> |
CredentialTypeImpl.password(String password)
Sets the password element |
CredentialType<T> |
CredentialTypeImpl.removePassword()
Removes the password element |
CredentialType<T> |
CredentialTypeImpl.removeSecurityDomain()
Removes the security-domain element |
CredentialType<T> |
CredentialTypeImpl.removeUserName()
Removes the user-name element |
CredentialType<T> |
CredentialTypeImpl.securityDomain(String securityDomain)
Sets the security-domain element |
CredentialType<T> |
CredentialTypeImpl.userName(String userName)
Sets the user-name element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |