Uses of Class
org.oa4mp.delegation.server.jwt.FlowType
-
Packages that use FlowType Package Description org.oa4mp.delegation.server.jwt -
-
Uses of FlowType in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.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.
-