Package | Description |
---|---|
org.forgerock.openam.radius.server.spi.handlers.amhandler |
Contains classes used by the OpenAMAuthHandler class to encapsulate behaviour or state.
|
Modifier and Type | Method and Description |
---|---|
ContextHolder.AuthPhase |
ContextHolder.getAuthPhase()
get the auth phase of the context holder.
|
static ContextHolder.AuthPhase |
ContextHolder.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextHolder.setAuthPhase(ContextHolder.AuthPhase authPhase)
Set the auth phase of the context holder.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.