|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.test.impl.connector10.AuthenticationMechanismImpl<T>
public class AuthenticationMechanismImpl<T>
This class implements the authentication-mechanism
xsd type
Constructor Summary | |
---|---|
AuthenticationMechanismImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
AuthenticationMechanismImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
AuthenticationMechanism<T> |
authenticationMechanismType(String authenticationMechanismType)
Sets the authentication-mechanism-type element |
AuthenticationMechanism<T> |
credentialInterface(String credentialInterface)
Sets the credential-interface element |
AuthenticationMechanism<T> |
description(String description)
Sets the description element |
String |
getAuthenticationMechanismType()
Returns the authentication-mechanism-type element |
String |
getCredentialInterface()
Returns the credential-interface element |
String |
getDescription()
Returns the description element |
AuthenticationMechanism<T> |
removeAuthenticationMechanismType()
Removes the authentication-mechanism-type element |
AuthenticationMechanism<T> |
removeCredentialInterface()
Removes the credential-interface element |
AuthenticationMechanism<T> |
removeDescription()
Removes the description 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 AuthenticationMechanismImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public AuthenticationMechanismImpl(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 AuthenticationMechanism<T> authenticationMechanismType(String authenticationMechanismType)
authentication-mechanism-type
element
authenticationMechanismType
in interface AuthenticationMechanism<T>
authenticationMechanismType
- the value for the element authentication-mechanism-type
AuthenticationMechanism
public String getAuthenticationMechanismType()
authentication-mechanism-type
element
getAuthenticationMechanismType
in interface AuthenticationMechanism<T>
authentication-mechanism-type
public AuthenticationMechanism<T> removeAuthenticationMechanismType()
authentication-mechanism-type
element
removeAuthenticationMechanismType
in interface AuthenticationMechanism<T>
AuthenticationMechanism
public AuthenticationMechanism<T> description(String description)
description
element
description
in interface AuthenticationMechanism<T>
description
- the value for the element description
AuthenticationMechanism
public String getDescription()
description
element
getDescription
in interface AuthenticationMechanism<T>
description
public AuthenticationMechanism<T> removeDescription()
description
element
removeDescription
in interface AuthenticationMechanism<T>
AuthenticationMechanism
public AuthenticationMechanism<T> credentialInterface(String credentialInterface)
credential-interface
element
credentialInterface
in interface AuthenticationMechanism<T>
credentialInterface
- the value for the element credential-interface
AuthenticationMechanism
public String getCredentialInterface()
credential-interface
element
getCredentialInterface
in interface AuthenticationMechanism<T>
credential-interface
public AuthenticationMechanism<T> removeCredentialInterface()
credential-interface
element
removeCredentialInterface
in interface AuthenticationMechanism<T>
AuthenticationMechanism
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |