Uses of Class
org.jboss.as.connector.metadata.api.common.Credential.Tag
-
Packages that use Credential.Tag Package Description org.jboss.as.connector.metadata.api.common -
-
Uses of Credential.Tag in org.jboss.as.connector.metadata.api.common
Methods in org.jboss.as.connector.metadata.api.common that return Credential.Tag Modifier and Type Method Description static Credential.TagCredential.Tag. forName(String localName)Static method to get enum instance given localName XsdStringstatic Credential.TagCredential.Tag. valueOf(String name)Returns the enum constant of this type with the specified name.static Credential.Tag[]Credential.Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-