Uses of Interface
org.jboss.ironjacamar.api.SecurityType

Packages that use SecurityType
org.jboss.ironjacamar.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.ironjacamar.impl Provides the implementation classes as defined in the schema 
 

Uses of SecurityType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return SecurityType
 SecurityType<T> SecurityType.application()
          Sets the application element
 SecurityType<ConnectionDefintionType<T>> ConnectionDefintionType.getOrCreateSecurity()
          If not already created, a new security element with the given value will be created.
 SecurityType<T> SecurityType.removeApplication()
          Removes the application element
 SecurityType<T> SecurityType.removeSecurityDomain()
          Removes the security-domain element
 SecurityType<T> SecurityType.removeSecurityDomainAndApplication()
          Removes the security-domain-and-application element
 SecurityType<T> SecurityType.securityDomain(String securityDomain)
          Sets the security-domain element
 SecurityType<T> SecurityType.securityDomainAndApplication(String securityDomainAndApplication)
          Sets the security-domain-and-application element
 

Uses of SecurityType in org.jboss.ironjacamar.impl
 

Methods in org.jboss.ironjacamar.impl that return SecurityType
 SecurityType<T> SecurityTypeImpl.application()
          Sets the application element
 SecurityType<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.getOrCreateSecurity()
          If not already created, a new security element with the given value will be created.
 SecurityType<T> SecurityTypeImpl.removeApplication()
          Removes the application element
 SecurityType<T> SecurityTypeImpl.removeSecurityDomain()
          Removes the security-domain element
 SecurityType<T> SecurityTypeImpl.removeSecurityDomainAndApplication()
          Removes the security-domain-and-application element
 SecurityType<T> SecurityTypeImpl.securityDomain(String securityDomain)
          Sets the security-domain element
 SecurityType<T> SecurityTypeImpl.securityDomainAndApplication(String securityDomainAndApplication)
          Sets the security-domain-and-application element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.