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 org.oa4mp.server.loader.oauth2.flows org.oa4mp.server.loader.oauth2.storage.transactions -
-
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
HandlerRunner. 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)
-
Uses of FlowStates in org.oa4mp.server.loader.oauth2.flows
Subclasses of FlowStates in org.oa4mp.server.loader.oauth2.flows Modifier and Type Class Description class
FlowStates2
A container for the states that are permitted. -
Uses of FlowStates in org.oa4mp.server.loader.oauth2.storage.transactions
Methods in org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type FlowStates Modifier and Type Method Description void
OA2ServiceTransaction. setFlowStates(FlowStates flowStates)
-