Skip navigation links

Package org.forgerock.openam.radius.server.spi.handlers

Implementations of handlers and related context object for receiving and processing radius server traffic including: An accept-all handler that always returns an Access-Accept packet for testing purposes only.

See: Description

Package org.forgerock.openam.radius.server.spi.handlers Description

Implementations of handlers and related context object for receiving and processing radius server traffic including:
     An accept-all handler that always returns an Access-Accept packet for testing purposes only. See
     AcceptAllHandler.

     A reject-all handler that always returns an Access-Reject packet for testing purposes only. See
     RejectAllHandler.

     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's AuthContext 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 the
     AuthContext and repeats this pattern until all callback sets have been
     exhausted and authentication fails or succeeds.
     See OpenAMAuthHandler.

 
Created by boydmr on 6/4/15.
Skip navigation links

Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.