Package org.forgerock.oauth
Interface SessionInfo
- All Known Implementing Classes:
OAuth2SessionInfo
,OpenIDConnectSessionInfo
public interface SessionInfo
SessionInfo object represents information about an Oauth session. Each class that creates one of these objects
must implement the
isActive()
method according to how the client determines necessary.
-
Method Details