Class SecurityTypeImpl<T>
- java.lang.Object
-
- org.jboss.jca.embedded.dsl.resourceadapters11.impl.SecurityTypeImpl<T>
-
- All Implemented Interfaces:
SecurityType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class SecurityTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, SecurityType<T>
This class implements thesecurityTypexsd type
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityType<T>application()Sets theapplicationelementStringgetSecurityDomain()Returns thesecurity-domainelementStringgetSecurityDomainAndApplication()Returns thesecurity-domain-and-applicationelementBooleanisApplication()Removes theapplicationelementSecurityType<T>removeApplication()Removes theapplicationelementSecurityType<T>removeSecurityDomain()Removes thesecurity-domainelementSecurityType<T>removeSecurityDomainAndApplication()Removes thesecurity-domain-and-applicationelementSecurityType<T>securityDomain(String securityDomain)Sets thesecurity-domainelementSecurityType<T>securityDomainAndApplication(String securityDomainAndApplication)Sets thesecurity-domain-and-applicationelementTup()
-
-
-
Method Detail
-
application
public SecurityType<T> application()
Sets theapplicationelement- Specified by:
applicationin interfaceSecurityType<T>- Returns:
- the current instance of
SecurityType
-
isApplication
public Boolean isApplication()
Removes theapplicationelement- Specified by:
isApplicationin interfaceSecurityType<T>- Returns:
- the current instance of
SecurityType
-
removeApplication
public SecurityType<T> removeApplication()
Removes theapplicationelement- Specified by:
removeApplicationin interfaceSecurityType<T>- Returns:
- the current instance of
SecurityType
-
securityDomain
public SecurityType<T> securityDomain(String securityDomain)
Sets thesecurity-domainelement- Specified by:
securityDomainin interfaceSecurityType<T>- Parameters:
securityDomain- the value for the elementsecurity-domain- Returns:
- the current instance of
SecurityType
-
getSecurityDomain
public String getSecurityDomain()
Returns thesecurity-domainelement- Specified by:
getSecurityDomainin interfaceSecurityType<T>- Returns:
- the node defined for the element
security-domain
-
removeSecurityDomain
public SecurityType<T> removeSecurityDomain()
Removes thesecurity-domainelement- Specified by:
removeSecurityDomainin interfaceSecurityType<T>- Returns:
- the current instance of
SecurityType
-
securityDomainAndApplication
public SecurityType<T> securityDomainAndApplication(String securityDomainAndApplication)
Sets thesecurity-domain-and-applicationelement- Specified by:
securityDomainAndApplicationin interfaceSecurityType<T>- Parameters:
securityDomainAndApplication- the value for the elementsecurity-domain-and-application- Returns:
- the current instance of
SecurityType
-
getSecurityDomainAndApplication
public String getSecurityDomainAndApplication()
Returns thesecurity-domain-and-applicationelement- Specified by:
getSecurityDomainAndApplicationin interfaceSecurityType<T>- Returns:
- the node defined for the element
security-domain-and-application
-
removeSecurityDomainAndApplication
public SecurityType<T> removeSecurityDomainAndApplication()
Removes thesecurity-domain-and-applicationelement- Specified by:
removeSecurityDomainAndApplicationin interfaceSecurityType<T>- Returns:
- the current instance of
SecurityType
-
-