Uses of Class
org.oa4mp.delegation.server.jwt.FlowStates
-
Packages that use FlowStates Package Description org.oa4mp.delegation.server.jwt org.oa4mp.delegation.server.server -
-
Uses of FlowStates in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.jwt with parameters of type FlowStates Modifier and Type Method Description protected void
JWTRunner. getFromSources(FlowStates flowStates, String execPhase, boolean checkAuthClaims)
Deprecated.This should go away at some point since it has to loop over handler and basically ignores how the system works. -
Uses of FlowStates in org.oa4mp.delegation.server.server
Methods in org.oa4mp.delegation.server.server that return FlowStates Modifier and Type Method Description FlowStates
OIDCServiceTransactionInterface. getFlowStates()
Methods in org.oa4mp.delegation.server.server with parameters of type FlowStates Modifier and Type Method Description void
OIDCServiceTransactionInterface. setFlowStates(FlowStates flowStates)
-