Uses of Class
org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder.AuthPhase
-
Packages that use ContextHolder.AuthPhase Package Description org.forgerock.openam.radius.server.spi.handlers.amhandler Contains classes used by the OpenAMAuthHandler class to encapsulate behaviour or state. -
-
Uses of ContextHolder.AuthPhase in org.forgerock.openam.radius.server.spi.handlers.amhandler
Methods in org.forgerock.openam.radius.server.spi.handlers.amhandler that return ContextHolder.AuthPhase Modifier and Type Method Description ContextHolder.AuthPhaseContextHolder. getAuthPhase()get the auth phase of the context holder.static ContextHolder.AuthPhaseContextHolder.AuthPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextHolder.AuthPhase[]ContextHolder.AuthPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openam.radius.server.spi.handlers.amhandler with parameters of type ContextHolder.AuthPhase Modifier and Type Method Description voidContextHolder. setAuthPhase(ContextHolder.AuthPhase authPhase)Set the auth phase of the context holder.
-