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