
public interface SecurityType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
securityType xsd type| Modifier and Type | Method and Description |
|---|---|
SecurityType<T> |
application()
Sets the
application element |
java.lang.String |
getSecurityDomain()
Returns the
security-domain element |
java.lang.String |
getSecurityDomainAndApplication()
Returns the
security-domain-and-application element |
java.lang.Boolean |
isApplication()
Removes the
application element |
SecurityType<T> |
removeApplication()
Removes the
application element |
SecurityType<T> |
removeSecurityDomain()
Removes the
security-domain element |
SecurityType<T> |
removeSecurityDomainAndApplication()
Removes the
security-domain-and-application element |
SecurityType<T> |
securityDomain(java.lang.String securityDomain)
Sets the
security-domain element |
SecurityType<T> |
securityDomainAndApplication(java.lang.String securityDomainAndApplication)
Sets the
security-domain-and-application element |
SecurityType<T> application()
application elementSecurityTypejava.lang.Boolean isApplication()
application elementSecurityTypeSecurityType<T> removeApplication()
application elementSecurityTypeSecurityType<T> securityDomain(java.lang.String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainSecurityTypejava.lang.String getSecurityDomain()
security-domain elementsecurity-domainSecurityType<T> removeSecurityDomain()
security-domain elementSecurityTypeSecurityType<T> securityDomainAndApplication(java.lang.String securityDomainAndApplication)
security-domain-and-application elementsecurityDomainAndApplication - the value for the element security-domain-and-applicationSecurityTypejava.lang.String getSecurityDomainAndApplication()
security-domain-and-application elementsecurity-domain-and-applicationSecurityType<T> removeSecurityDomainAndApplication()
security-domain-and-application elementSecurityTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)