Uses of Interface
org.jboss.jca.embedded.dsl.datasources10.api.DsSecurityType
Packages that use DsSecurityType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DsSecurityType in org.jboss.jca.embedded.dsl.datasources10.api
Methods in org.jboss.jca.embedded.dsl.datasources10.api that return DsSecurityTypeModifier and TypeMethodDescriptionRecoverType.getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.DatasourceType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.XaDatasourceType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.Sets thepasswordelementDsSecurityType.removePassword()Removes thepasswordelementDsSecurityType.removeReauthPlugin()Removes thereauth-pluginelementDsSecurityType.removeSecurityDomain()Removes thesecurity-domainelementDsSecurityType.removeUserName()Removes theuser-nameelementDsSecurityType.securityDomain(String securityDomain) Sets thesecurity-domainelementSets theuser-nameelementMethods in org.jboss.jca.embedded.dsl.datasources10.api that return types with arguments of type DsSecurityTypeModifier and TypeMethodDescriptionDsSecurityType.getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created. -
Uses of DsSecurityType in org.jboss.jca.embedded.dsl.datasources10.impl
Classes in org.jboss.jca.embedded.dsl.datasources10.impl that implement DsSecurityTypeModifier and TypeClassDescriptionclassThis class implements thedsSecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return DsSecurityTypeModifier and TypeMethodDescriptionRecoverTypeImpl.getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.DatasourceTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.XaDatasourceTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.Sets thepasswordelementDsSecurityTypeImpl.removePassword()Removes thepasswordelementDsSecurityTypeImpl.removeReauthPlugin()Removes thereauth-pluginelementDsSecurityTypeImpl.removeSecurityDomain()Removes thesecurity-domainelementDsSecurityTypeImpl.removeUserName()Removes theuser-nameelementDsSecurityTypeImpl.securityDomain(String securityDomain) Sets thesecurity-domainelementSets theuser-nameelementMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return types with arguments of type DsSecurityTypeModifier and TypeMethodDescriptionDsSecurityTypeImpl.getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.