Uses of Class
org.openiam.am.srvc.constants.SasAuthResult
-
Packages that use SasAuthResult Package Description org.openiam.am.srvc.constants -
-
Uses of SasAuthResult in org.openiam.am.srvc.constants
Methods in org.openiam.am.srvc.constants that return SasAuthResult Modifier and Type Method Description static SasAuthResult
SasAuthResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static SasAuthResult[]
SasAuthResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.am.srvc.constants that return types with arguments of type SasAuthResult Modifier and Type Method Description static Optional<SasAuthResult>
SasAuthResult. fromValue(int val)
-