Uses of Interface
org.jboss.shrinkwrap.descriptor.test.api.connector10.AuthenticationMechanism

Packages that use AuthenticationMechanism
org.jboss.shrinkwrap.descriptor.test.api.connector10 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.test.impl.connector10 Provides the implementation classes as defined in the schema 
 

Uses of AuthenticationMechanism in org.jboss.shrinkwrap.descriptor.test.api.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.test.api.connector10 that return AuthenticationMechanism
 AuthenticationMechanism<T> AuthenticationMechanism.authenticationMechanismType(String authenticationMechanismType)
          Sets the authentication-mechanism-type element
 AuthenticationMechanism<Resourceadapter<T>> Resourceadapter.createAuthenticationMechanism()
          Creates a new authentication-mechanism element
 AuthenticationMechanism<T> AuthenticationMechanism.credentialInterface(String credentialInterface)
          Sets the credential-interface element
 AuthenticationMechanism<T> AuthenticationMechanism.description(String description)
          Sets the description element
 AuthenticationMechanism<Resourceadapter<T>> Resourceadapter.getOrCreateAuthenticationMechanism()
          If not already created, a new authentication-mechanism element will be created and returned.
 AuthenticationMechanism<T> AuthenticationMechanism.removeAuthenticationMechanismType()
          Removes the authentication-mechanism-type element
 AuthenticationMechanism<T> AuthenticationMechanism.removeCredentialInterface()
          Removes the credential-interface element
 AuthenticationMechanism<T> AuthenticationMechanism.removeDescription()
          Removes the description element
 

Methods in org.jboss.shrinkwrap.descriptor.test.api.connector10 that return types with arguments of type AuthenticationMechanism
 List<AuthenticationMechanism<Resourceadapter<T>>> Resourceadapter.getAllAuthenticationMechanism()
          Returns all authentication-mechanism elements
 

Uses of AuthenticationMechanism in org.jboss.shrinkwrap.descriptor.test.impl.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return AuthenticationMechanism
 AuthenticationMechanism<T> AuthenticationMechanismImpl.authenticationMechanismType(String authenticationMechanismType)
          Sets the authentication-mechanism-type element
 AuthenticationMechanism<Resourceadapter<T>> ResourceadapterImpl.createAuthenticationMechanism()
          Creates a new authentication-mechanism element
 AuthenticationMechanism<T> AuthenticationMechanismImpl.credentialInterface(String credentialInterface)
          Sets the credential-interface element
 AuthenticationMechanism<T> AuthenticationMechanismImpl.description(String description)
          Sets the description element
 AuthenticationMechanism<Resourceadapter<T>> ResourceadapterImpl.getOrCreateAuthenticationMechanism()
          If not already created, a new authentication-mechanism element will be created and returned.
 AuthenticationMechanism<T> AuthenticationMechanismImpl.removeAuthenticationMechanismType()
          Removes the authentication-mechanism-type element
 AuthenticationMechanism<T> AuthenticationMechanismImpl.removeCredentialInterface()
          Removes the credential-interface element
 AuthenticationMechanism<T> AuthenticationMechanismImpl.removeDescription()
          Removes the description element
 

Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return types with arguments of type AuthenticationMechanism
 List<AuthenticationMechanism<Resourceadapter<T>>> ResourceadapterImpl.getAllAuthenticationMechanism()
          Returns all authentication-mechanism elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.