Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.DsSecurityType
-
Packages that use DsSecurityType Package Description org.jboss.jca.embedded.dsl.datasources11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources11.impl Provides the implementation classes as defined in the schema -
-
Uses of DsSecurityType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return DsSecurityType Modifier and Type Method Description DsSecurityType<RecoverType<T>>RecoverType. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.DsSecurityType<DatasourceType<T>>DatasourceType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DsSecurityType<XaDatasourceType<T>>XaDatasourceType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DsSecurityType<T>DsSecurityType. password(String password)Sets thepasswordelementDsSecurityType<T>DsSecurityType. removePassword()Removes thepasswordelementDsSecurityType<T>DsSecurityType. removeReauthPlugin()Removes thereauth-pluginelementDsSecurityType<T>DsSecurityType. removeSecurityDomain()Removes thesecurity-domainelementDsSecurityType<T>DsSecurityType. removeUserName()Removes theuser-nameelementDsSecurityType<T>DsSecurityType. securityDomain(String securityDomain)Sets thesecurity-domainelementDsSecurityType<T>DsSecurityType. userName(String userName)Sets theuser-nameelementMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type DsSecurityType Modifier and Type Method Description ExtensionType<DsSecurityType<T>>DsSecurityType. getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created. -
Uses of DsSecurityType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement DsSecurityType Modifier and Type Class Description classDsSecurityTypeImpl<T>This class implements thedsSecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return DsSecurityType Modifier and Type Method Description DsSecurityType<RecoverType<T>>RecoverTypeImpl. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.DsSecurityType<DatasourceType<T>>DatasourceTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DsSecurityType<XaDatasourceType<T>>XaDatasourceTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DsSecurityType<T>DsSecurityTypeImpl. password(String password)Sets thepasswordelementDsSecurityType<T>DsSecurityTypeImpl. removePassword()Removes thepasswordelementDsSecurityType<T>DsSecurityTypeImpl. removeReauthPlugin()Removes thereauth-pluginelementDsSecurityType<T>DsSecurityTypeImpl. removeSecurityDomain()Removes thesecurity-domainelementDsSecurityType<T>DsSecurityTypeImpl. removeUserName()Removes theuser-nameelementDsSecurityType<T>DsSecurityTypeImpl. securityDomain(String securityDomain)Sets thesecurity-domainelementDsSecurityType<T>DsSecurityTypeImpl. userName(String userName)Sets theuser-nameelementMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type DsSecurityType Modifier and Type Method Description ExtensionType<DsSecurityType<T>>DsSecurityTypeImpl. getOrCreateReauthPlugin()If not already created, a newreauth-pluginelement with the given value will be created.
-