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