Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.SecurityType
-
Packages that use SecurityType Package Description org.jboss.jca.embedded.dsl.ironjacamar10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar10.impl Provides the implementation classes as defined in the schema -
-
Uses of SecurityType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return SecurityType Modifier and Type Method Description SecurityType<T>SecurityType. application()Sets theapplicationelementSecurityType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.SecurityType<T>SecurityType. removeApplication()Removes theapplicationelementSecurityType<T>SecurityType. removeSecurityDomain()Removes thesecurity-domainelementSecurityType<T>SecurityType. removeSecurityDomainAndApplication()Removes thesecurity-domain-and-applicationelementSecurityType<T>SecurityType. securityDomain(String securityDomain)Sets thesecurity-domainelementSecurityType<T>SecurityType. securityDomainAndApplication(String securityDomainAndApplication)Sets thesecurity-domain-and-applicationelement -
Uses of SecurityType in org.jboss.jca.embedded.dsl.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement SecurityType Modifier and Type Class Description classSecurityTypeImpl<T>This class implements thesecurityTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return SecurityType Modifier and Type Method Description SecurityType<T>SecurityTypeImpl. application()Sets theapplicationelementSecurityType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.SecurityType<T>SecurityTypeImpl. removeApplication()Removes theapplicationelementSecurityType<T>SecurityTypeImpl. removeSecurityDomain()Removes thesecurity-domainelementSecurityType<T>SecurityTypeImpl. removeSecurityDomainAndApplication()Removes thesecurity-domain-and-applicationelementSecurityType<T>SecurityTypeImpl. securityDomain(String securityDomain)Sets thesecurity-domainelementSecurityType<T>SecurityTypeImpl. securityDomainAndApplication(String securityDomainAndApplication)Sets thesecurity-domain-and-applicationelement
-