|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.datasources.impl.DsSecurityTypeImpl<T>
public class DsSecurityTypeImpl<T>
This class implements the dsSecurityType
xsd type
Constructor Summary | |
---|---|
DsSecurityTypeImpl(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 | |
---|---|
ExtensionType<DsSecurityType<T>> |
getOrCreateReauthPlugin()
If not already created, a new reauth-plugin element with the given value will be created. |
String |
getPassword()
Returns the password element |
String |
getSecurityDomain()
Returns the security-domain element |
String |
getUserName()
Returns the user-name element |
DsSecurityType<T> |
password(String password)
Sets the password element |
DsSecurityType<T> |
removePassword()
Removes the password element |
DsSecurityType<T> |
removeReauthPlugin()
Removes the reauth-plugin element |
DsSecurityType<T> |
removeSecurityDomain()
Removes the security-domain element |
DsSecurityType<T> |
removeUserName()
Removes the user-name element |
DsSecurityType<T> |
securityDomain(String securityDomain)
Sets the security-domain element |
T |
up()
Returns the parent of this Child |
DsSecurityType<T> |
userName(String userName)
Sets the user-name element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DsSecurityTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public DsSecurityTypeImpl(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 DsSecurityType<T> userName(String userName)
user-name
element
userName
in interface DsSecurityType<T>
userName
- the value for the element user-name
DsSecurityType
public String getUserName()
user-name
element
getUserName
in interface DsSecurityType<T>
user-name
public DsSecurityType<T> removeUserName()
user-name
element
removeUserName
in interface DsSecurityType<T>
DsSecurityType
public DsSecurityType<T> password(String password)
password
element
password
in interface DsSecurityType<T>
password
- the value for the element password
DsSecurityType
public String getPassword()
password
element
getPassword
in interface DsSecurityType<T>
password
public DsSecurityType<T> removePassword()
password
element
removePassword
in interface DsSecurityType<T>
DsSecurityType
public DsSecurityType<T> securityDomain(String securityDomain)
security-domain
element
securityDomain
in interface DsSecurityType<T>
securityDomain
- the value for the element security-domain
DsSecurityType
public String getSecurityDomain()
security-domain
element
getSecurityDomain
in interface DsSecurityType<T>
security-domain
public DsSecurityType<T> removeSecurityDomain()
security-domain
element
removeSecurityDomain
in interface DsSecurityType<T>
DsSecurityType
public ExtensionType<DsSecurityType<T>> getOrCreateReauthPlugin()
reauth-plugin
element with the given value will be created.
Otherwise, the existing reauth-plugin
element will be returned.
getOrCreateReauthPlugin
in interface DsSecurityType<T>
ExtensionType>
public DsSecurityType<T> removeReauthPlugin()
reauth-plugin
element
removeReauthPlugin
in interface DsSecurityType<T>
DsSecurityType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |