Uses of Class
org.jboss.shrinkwrap.descriptor.api.connector16.CredentialInterfaceType
-
Packages that use CredentialInterfaceType Package Description org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector16 Provides the implementation classes as defined in the schema -
-
Uses of CredentialInterfaceType in org.jboss.shrinkwrap.descriptor.api.connector16
Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return CredentialInterfaceType Modifier and Type Method Description CredentialInterfaceTypeAuthenticationMechanismType. getCredentialInterface()Returns thecredential-interfaceelementstatic CredentialInterfaceTypeCredentialInterfaceType. getFromStringValue(String value)static CredentialInterfaceTypeCredentialInterfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialInterfaceType[]CredentialInterfaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.connector16 with parameters of type CredentialInterfaceType Modifier and Type Method Description AuthenticationMechanismType<T>AuthenticationMechanismType. credentialInterface(CredentialInterfaceType credentialInterface)Sets thecredential-interfaceelement -
Uses of CredentialInterfaceType in org.jboss.shrinkwrap.descriptor.impl.connector16
Methods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return CredentialInterfaceType Modifier and Type Method Description CredentialInterfaceTypeAuthenticationMechanismTypeImpl. getCredentialInterface()Returns thecredential-interfaceelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 with parameters of type CredentialInterfaceType Modifier and Type Method Description AuthenticationMechanismType<T>AuthenticationMechanismTypeImpl. credentialInterface(CredentialInterfaceType credentialInterface)Sets thecredential-interfaceelement
-