Uses of Class
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
-
Packages that use InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision Modifier and Type Method Description InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.DecisionInteractiveAuthenticationProcessor.PostAuthenticationStepDecision. getDecision()static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.DecisionInteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision[]InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-