Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.api.CredentialType
-
Packages that use CredentialType Package Description org.jboss.jca.embedded.dsl.resourceadapters13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters13.impl Provides the implementation classes as defined in the schema -
-
Uses of CredentialType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return CredentialType Modifier and Type Method Description CredentialType<RecoverType<T>>RecoverType. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.CredentialType<T>CredentialType. password(String password)Sets thepasswordelementCredentialType<T>CredentialType. removePassword()Removes thepasswordelementCredentialType<T>CredentialType. removeSecurityDomain()Removes thesecurity-domainelementCredentialType<T>CredentialType. removeUserName()Removes theuser-nameelementCredentialType<T>CredentialType. securityDomain(String securityDomain)Sets thesecurity-domainelementCredentialType<T>CredentialType. userName(String userName)Sets theuser-nameelement -
Uses of CredentialType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement CredentialType Modifier and Type Class Description classCredentialTypeImpl<T>This class implements thecredentialTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return CredentialType Modifier and Type Method Description CredentialType<RecoverType<T>>RecoverTypeImpl. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.CredentialType<T>CredentialTypeImpl. password(String password)Sets thepasswordelementCredentialType<T>CredentialTypeImpl. removePassword()Removes thepasswordelementCredentialType<T>CredentialTypeImpl. removeSecurityDomain()Removes thesecurity-domainelementCredentialType<T>CredentialTypeImpl. removeUserName()Removes theuser-nameelementCredentialType<T>CredentialTypeImpl. securityDomain(String securityDomain)Sets thesecurity-domainelementCredentialType<T>CredentialTypeImpl. userName(String userName)Sets theuser-nameelement
-