Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.AuthenticationMechanism
-
Packages that use AuthenticationMechanism Package Description org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector10 Provides the implementation classes 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 Modifier and Type Method Description AuthenticationMechanism<T>AuthenticationMechanism. authenticationMechanismType(String authenticationMechanismType)Sets theauthentication-mechanism-typeelementAuthenticationMechanism<Resourceadapter<T>>Resourceadapter. createAuthenticationMechanism()Creates a newauthentication-mechanismelementAuthenticationMechanism<T>AuthenticationMechanism. credentialInterface(String credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanism<T>AuthenticationMechanism. description(String description)Sets thedescriptionelementAuthenticationMechanism<Resourceadapter<T>>Resourceadapter. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.AuthenticationMechanism<T>AuthenticationMechanism. removeAuthenticationMechanismType()Removes theauthentication-mechanism-typeelementAuthenticationMechanism<T>AuthenticationMechanism. removeCredentialInterface()Removes thecredential-interfaceelementAuthenticationMechanism<T>AuthenticationMechanism. removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type AuthenticationMechanism Modifier and Type Method Description List<AuthenticationMechanism<Resourceadapter<T>>>Resourceadapter. getAllAuthenticationMechanism()Returns allauthentication-mechanismelements -
Uses of AuthenticationMechanism in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement AuthenticationMechanism Modifier and Type Class Description classAuthenticationMechanismImpl<T>This class implements theauthentication-mechanismxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return AuthenticationMechanism Modifier and Type Method Description AuthenticationMechanism<T>AuthenticationMechanismImpl. authenticationMechanismType(String authenticationMechanismType)Sets theauthentication-mechanism-typeelementAuthenticationMechanism<Resourceadapter<T>>ResourceadapterImpl. createAuthenticationMechanism()Creates a newauthentication-mechanismelementAuthenticationMechanism<T>AuthenticationMechanismImpl. credentialInterface(String credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanism<T>AuthenticationMechanismImpl. description(String description)Sets thedescriptionelementAuthenticationMechanism<Resourceadapter<T>>ResourceadapterImpl. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.AuthenticationMechanism<T>AuthenticationMechanismImpl. removeAuthenticationMechanismType()Removes theauthentication-mechanism-typeelementAuthenticationMechanism<T>AuthenticationMechanismImpl. removeCredentialInterface()Removes thecredential-interfaceelementAuthenticationMechanism<T>AuthenticationMechanismImpl. removeDescription()Removes thedescriptionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type AuthenticationMechanism Modifier and Type Method Description List<AuthenticationMechanism<Resourceadapter<T>>>ResourceadapterImpl. getAllAuthenticationMechanism()Returns allauthentication-mechanismelements
-