Class AuthenticationMechanismImpl<T>
java.lang.Object
org.jboss.shrinkwrap.descriptor.impl.connector10.AuthenticationMechanismImpl<T>
- All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>,AuthenticationMechanism<T>
public class AuthenticationMechanismImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, AuthenticationMechanism<T>
This class implements the
authentication-mechanism xsd type-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMechanismImpl(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
Modifier and TypeMethodDescriptionauthenticationMechanismType(String authenticationMechanismType) Sets theauthentication-mechanism-typeelementcredentialInterface(String credentialInterface) Sets thecredential-interfaceelementdescription(String description) Sets thedescriptionelementReturns theauthentication-mechanism-typeelementReturns thecredential-interfaceelementReturns thedescriptionelementRemoves theauthentication-mechanism-typeelementRemoves thecredential-interfaceelementRemoves thedescriptionelementup()
-
Constructor Details
-
AuthenticationMechanismImpl
-
AuthenticationMechanismImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
description
Sets thedescriptionelement- Specified by:
descriptionin interfaceAuthenticationMechanism<T>- Parameters:
description- the value for the elementdescription- Returns:
- the current instance of
AuthenticationMechanism
-
getDescription
Returns thedescriptionelement- Specified by:
getDescriptionin interfaceAuthenticationMechanism<T>- Returns:
- the node defined for the element
description
-
removeDescription
Removes thedescriptionelement- Specified by:
removeDescriptionin interfaceAuthenticationMechanism<T>- Returns:
- the current instance of
AuthenticationMechanism
-
authenticationMechanismType
Sets theauthentication-mechanism-typeelement- Specified by:
authenticationMechanismTypein interfaceAuthenticationMechanism<T>- Parameters:
authenticationMechanismType- the value for the elementauthentication-mechanism-type- Returns:
- the current instance of
AuthenticationMechanism
-
getAuthenticationMechanismType
Returns theauthentication-mechanism-typeelement- Specified by:
getAuthenticationMechanismTypein interfaceAuthenticationMechanism<T>- Returns:
- the node defined for the element
authentication-mechanism-type
-
removeAuthenticationMechanismType
Removes theauthentication-mechanism-typeelement- Specified by:
removeAuthenticationMechanismTypein interfaceAuthenticationMechanism<T>- Returns:
- the current instance of
AuthenticationMechanism
-
credentialInterface
Sets thecredential-interfaceelement- Specified by:
credentialInterfacein interfaceAuthenticationMechanism<T>- Parameters:
credentialInterface- the value for the elementcredential-interface- Returns:
- the current instance of
AuthenticationMechanism
-
getCredentialInterface
Returns thecredential-interfaceelement- Specified by:
getCredentialInterfacein interfaceAuthenticationMechanism<T>- Returns:
- the node defined for the element
credential-interface
-
removeCredentialInterface
Removes thecredential-interfaceelement- Specified by:
removeCredentialInterfacein interfaceAuthenticationMechanism<T>- Returns:
- the current instance of
AuthenticationMechanism
-