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 Details

    • AuthenticationMechanismImpl

      public AuthenticationMechanismImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
    • AuthenticationMechanismImpl

      public AuthenticationMechanismImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
  • Method Details