|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of SecurityType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.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.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement SecurityType | |
---|---|
class |
SecurityTypeImpl<T>
This class implements the securityType xsd type |
Methods in org.jboss.resourceadapters.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |