|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityType<T>
This interface defines the contract for the securityType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SecurityType<T> application()
application
element
SecurityType
Boolean isApplication()
application
element
SecurityType
SecurityType<T> removeApplication()
application
element
SecurityType
SecurityType<T> securityDomain(String securityDomain)
security-domain
element
securityDomain
- the value for the element security-domain
SecurityType
String getSecurityDomain()
security-domain
element
security-domain
SecurityType<T> removeSecurityDomain()
security-domain
element
SecurityType
SecurityType<T> securityDomainAndApplication(String securityDomainAndApplication)
security-domain-and-application
element
securityDomainAndApplication
- the value for the element security-domain-and-application
SecurityType
String getSecurityDomainAndApplication()
security-domain-and-application
element
security-domain-and-application
SecurityType<T> removeSecurityDomainAndApplication()
security-domain-and-application
element
SecurityType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |