Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.SecurityType
Packages that use SecurityType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of SecurityType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return SecurityTypeModifier and TypeMethodDescriptionSecurityType.application()Sets theapplicationelementConnectionDefinitionType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.SecurityType.removeApplication()Removes theapplicationelementSecurityType.removeSecurityDomain()Removes thesecurity-domainelementSecurityType.removeSecurityDomainAndApplication()Removes thesecurity-domain-and-applicationelementSecurityType.securityDomain(String securityDomain) Sets thesecurity-domainelementSecurityType.securityDomainAndApplication(String securityDomainAndApplication) Sets thesecurity-domain-and-applicationelement -
Uses of SecurityType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement SecurityTypeModifier and TypeClassDescriptionclassThis class implements thesecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return SecurityTypeModifier and TypeMethodDescriptionSecurityTypeImpl.application()Sets theapplicationelementConnectionDefinitionTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.SecurityTypeImpl.removeApplication()Removes theapplicationelementSecurityTypeImpl.removeSecurityDomain()Removes thesecurity-domainelementSecurityTypeImpl.removeSecurityDomainAndApplication()Removes thesecurity-domain-and-applicationelementSecurityTypeImpl.securityDomain(String securityDomain) Sets thesecurity-domainelementSecurityTypeImpl.securityDomainAndApplication(String securityDomainAndApplication) Sets thesecurity-domain-and-applicationelement