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