ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.