Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.AuthenticationMechanismType
-
Packages that use AuthenticationMechanismType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of AuthenticationMechanismType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return AuthenticationMechanismType Modifier and Type Method Description AuthenticationMechanismType<T>AuthenticationMechanismType. authenticationMechanismType(String authenticationMechanismType)Sets theauthentication-mechanism-typeelementAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterType. createAuthenticationMechanism()Creates a newauthentication-mechanismelementAuthenticationMechanismType<T>AuthenticationMechanismType. credentialInterface(String credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>AuthenticationMechanismType. credentialInterface(CredentialInterfaceType credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>AuthenticationMechanismType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterType. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.AuthenticationMechanismType<T>AuthenticationMechanismType. id(String id)Sets theidattributeAuthenticationMechanismType<T>AuthenticationMechanismType. removeAllDescription()Removes thedescriptionelementAuthenticationMechanismType<T>AuthenticationMechanismType. removeAuthenticationMechanismType()Removes theauthentication-mechanism-typeelementAuthenticationMechanismType<T>AuthenticationMechanismType. removeCredentialInterface()Removes thecredential-interfaceattributeAuthenticationMechanismType<T>AuthenticationMechanismType. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type AuthenticationMechanismType Modifier and Type Method Description List<AuthenticationMechanismType<OutboundResourceadapterType<T>>>OutboundResourceadapterType. getAllAuthenticationMechanism()Returns allauthentication-mechanismelements -
Uses of AuthenticationMechanismType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement AuthenticationMechanismType Modifier and Type Class Description classAuthenticationMechanismTypeImpl<T>This class implements theauthentication-mechanismTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return AuthenticationMechanismType Modifier and Type Method Description AuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. authenticationMechanismType(String authenticationMechanismType)Sets theauthentication-mechanism-typeelementAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. createAuthenticationMechanism()Creates a newauthentication-mechanismelementAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. credentialInterface(String credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. credentialInterface(CredentialInterfaceType credentialInterface)Sets thecredential-interfaceelementAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.AuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. id(String id)Sets theidattributeAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. removeAllDescription()Removes thedescriptionelementAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. removeAuthenticationMechanismType()Removes theauthentication-mechanism-typeelementAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. removeCredentialInterface()Removes thecredential-interfaceattributeAuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type AuthenticationMechanismType Modifier and Type Method Description List<AuthenticationMechanismType<OutboundResourceadapterType<T>>>OutboundResourceadapterTypeImpl. getAllAuthenticationMechanism()Returns allauthentication-mechanismelements
-