|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.SecurityTypeImpl<T>
public class SecurityTypeImpl<T>
This class implements the securityType
xsd type
Constructor Summary | |
---|---|
SecurityTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
SecurityTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
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 |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public SecurityTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public SecurityType<T> application()
application
element
application
in interface SecurityType<T>
SecurityType
public Boolean isApplication()
application
element
isApplication
in interface SecurityType<T>
SecurityType
public SecurityType<T> removeApplication()
application
element
removeApplication
in interface SecurityType<T>
SecurityType
public SecurityType<T> securityDomain(String securityDomain)
security-domain
element
securityDomain
in interface SecurityType<T>
securityDomain
- the value for the element security-domain
SecurityType
public String getSecurityDomain()
security-domain
element
getSecurityDomain
in interface SecurityType<T>
security-domain
public SecurityType<T> removeSecurityDomain()
security-domain
element
removeSecurityDomain
in interface SecurityType<T>
SecurityType
public SecurityType<T> securityDomainAndApplication(String securityDomainAndApplication)
security-domain-and-application
element
securityDomainAndApplication
in interface SecurityType<T>
securityDomainAndApplication
- the value for the element security-domain-and-application
SecurityType
public String getSecurityDomainAndApplication()
security-domain-and-application
element
getSecurityDomainAndApplication
in interface SecurityType<T>
security-domain-and-application
public SecurityType<T> removeSecurityDomainAndApplication()
security-domain-and-application
element
removeSecurityDomainAndApplication
in interface SecurityType<T>
SecurityType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |