Class DsSecurityTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.datasources11.impl.DsSecurityTypeImpl<T>
- All Implemented Interfaces:
DsSecurityType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class DsSecurityTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, DsSecurityType<T>
This class implements the
dsSecurityType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionDsSecurityTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node) DsSecurityTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) -
Method Summary
Modifier and TypeMethodDescriptionIf not already created, a newreauth-pluginelement with the given value will be created.Returns thepasswordelementReturns thesecurity-domainelementReturns theuser-nameelementSets thepasswordelementRemoves thepasswordelementRemoves thereauth-pluginelementRemoves thesecurity-domainelementRemoves theuser-nameelementsecurityDomain(String securityDomain) Sets thesecurity-domainelementup()Sets theuser-nameelement
-
Constructor Details
-
DsSecurityTypeImpl
-
DsSecurityTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
userName
Sets theuser-nameelement- Specified by:
userNamein interfaceDsSecurityType<T>- Parameters:
userName- the value for the elementuser-name- Returns:
- the current instance of
DsSecurityType
-
getUserName
Returns theuser-nameelement- Specified by:
getUserNamein interfaceDsSecurityType<T>- Returns:
- the node defined for the element
user-name
-
removeUserName
Removes theuser-nameelement- Specified by:
removeUserNamein interfaceDsSecurityType<T>- Returns:
- the current instance of
DsSecurityType
-
password
Sets thepasswordelement- Specified by:
passwordin interfaceDsSecurityType<T>- Parameters:
password- the value for the elementpassword- Returns:
- the current instance of
DsSecurityType
-
getPassword
Returns thepasswordelement- Specified by:
getPasswordin interfaceDsSecurityType<T>- Returns:
- the node defined for the element
password
-
removePassword
Removes thepasswordelement- Specified by:
removePasswordin interfaceDsSecurityType<T>- Returns:
- the current instance of
DsSecurityType
-
securityDomain
Sets thesecurity-domainelement- Specified by:
securityDomainin interfaceDsSecurityType<T>- Parameters:
securityDomain- the value for the elementsecurity-domain- Returns:
- the current instance of
DsSecurityType
-
getSecurityDomain
Returns thesecurity-domainelement- Specified by:
getSecurityDomainin interfaceDsSecurityType<T>- Returns:
- the node defined for the element
security-domain
-
removeSecurityDomain
Removes thesecurity-domainelement- Specified by:
removeSecurityDomainin interfaceDsSecurityType<T>- Returns:
- the current instance of
DsSecurityType
-
getOrCreateReauthPlugin
If not already created, a newreauth-pluginelement with the given value will be created. Otherwise, the existingreauth-pluginelement will be returned.- Specified by:
getOrCreateReauthPluginin interfaceDsSecurityType<T>- Returns:
- a new or existing instance of
ExtensionTypeinvalid input: '<'DsSecurityType>
-
removeReauthPlugin
Removes thereauth-pluginelement- Specified by:
removeReauthPluginin interfaceDsSecurityType<T>- Returns:
- the current instance of
DsSecurityType
-