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.Decision
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision. getDecision()
static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
InteractiveAuthenticationProcessor.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.
-