ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.AuthenticationMechanismType

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

Uses of AuthenticationMechanismType in org.jboss.shrinkwrap.descriptor.api.connector16
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return AuthenticationMechanismType
 AuthenticationMechanismType<T> AuthenticationMechanismType.authenticationMechanismType(String authenticationMechanismType)
          Sets the authentication-mechanism-type element
 AuthenticationMechanismType<OutboundResourceadapterType<T>> OutboundResourceadapterType.createAuthenticationMechanism()
          Creates a new authentication-mechanism element
 AuthenticationMechanismType<T> AuthenticationMechanismType.credentialInterface(CredentialInterfaceType credentialInterface)
          Sets the credential-interface element
 AuthenticationMechanismType<T> AuthenticationMechanismType.credentialInterface(String credentialInterface)
          Sets the credential-interface element
 AuthenticationMechanismType<T> AuthenticationMechanismType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 AuthenticationMechanismType<OutboundResourceadapterType<T>> OutboundResourceadapterType.getOrCreateAuthenticationMechanism()
          If not already created, a new authentication-mechanism element will be created and returned.
 AuthenticationMechanismType<T> AuthenticationMechanismType.removeAllDescription()
          Removes the description element
 AuthenticationMechanismType<T> AuthenticationMechanismType.removeAuthenticationMechanismType()
          Removes the authentication-mechanism-type element
 AuthenticationMechanismType<T> AuthenticationMechanismType.removeCredentialInterface()
          Removes the credential-interface attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type AuthenticationMechanismType
 List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> OutboundResourceadapterType.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.