
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 |
String |
getSecurityDomain()
Returns the
security-domain element |
String |
getSecurityDomainAndApplication()
Returns the
security-domain-and-application element |
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(String securityDomain)
Sets the
security-domain element |
SecurityType<T> |
securityDomainAndApplication(String securityDomainAndApplication)
Sets the
security-domain-and-application element |
SecurityType<T> application()
application elementSecurityTypeBoolean isApplication()
application elementSecurityTypeSecurityType<T> removeApplication()
application elementSecurityTypeSecurityType<T> securityDomain(String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainSecurityTypeString getSecurityDomain()
security-domain elementsecurity-domainSecurityType<T> removeSecurityDomain()
security-domain elementSecurityTypeSecurityType<T> securityDomainAndApplication(String securityDomainAndApplication)
security-domain-and-application elementsecurityDomainAndApplication - the value for the element security-domain-and-applicationSecurityTypeString getSecurityDomainAndApplication()
security-domain-and-application elementsecurity-domain-and-applicationSecurityType<T> removeSecurityDomainAndApplication()
security-domain-and-application elementSecurityTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)