See: Description
Class | Description |
---|---|
AcceptAllHandler |
Simple handler that sends an AccessAccept for all incoming Radius access requests.
|
OpenAMAuthHandler |
This RADIUS handler authenticates against an authentication realm and chain specified via configuration.
|
RejectAllHandler |
Simple handler that sends a an AccessReject for all incoming Radius access requests.
|
An accept-all handler that always returns an Access-Accept packet for testing purposes only. SeeCreated by boydmr on 6/4/15.AcceptAllHandler
. A reject-all handler that always returns an Access-Reject packet for testing purposes only. SeeRejectAllHandler
. A handler that expects client configuration from the admin console to indicate the realm and chain to be used for authenticating users. It uses openAM'sAuthContext
to perform the authentication conversation and translates each callback into an Access-Challenge response which triggers a subsequent Access-Requests that contains the user entered answer for a callback. The handler then injects all such answers into the callbacks and submits them back to theAuthContext
and repeats this pattern until all callback sets have been exhausted and authentication fails or succeeds. SeeOpenAMAuthHandler
.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.