Uses of Class
org.openiam.constants.OAuth2AttributeId
-
Packages that use OAuth2AttributeId Package Description org.openiam.constants -
-
Uses of OAuth2AttributeId in org.openiam.constants
Methods in org.openiam.constants that return OAuth2AttributeId Modifier and Type Method Description static OAuth2AttributeId
OAuth2AttributeId. valueOf(String name)
Returns the enum constant of this type with the specified name.static OAuth2AttributeId[]
OAuth2AttributeId. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-