Uses of Class
org.forgerock.services.context.SecurityContext
-
Packages that use SecurityContext Package Description org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration. -
-
Uses of SecurityContext in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http that return SecurityContext Modifier and Type Method Description SecurityContext
SecurityContextFactory. createContext(Context parent)
Deprecated.Creates a newSecurityContext
using the attributes contained in the provided HTTP request.SecurityContext
SecurityContextFactory. createContext(Context context, Request request)
Deprecated.Creates a newSecurityContext
using the attributes contained in the provided HTTP request.
-