Uses of Interface
com.sun.enterprise.security.jaspic.config.HandlerContext
-
Packages that use HandlerContext Package Description com.sun.enterprise.security.jaspic.callback com.sun.enterprise.security.jaspic.config com.sun.enterprise.security.jauth.jaspic.provider.config -
-
Uses of HandlerContext in com.sun.enterprise.security.jaspic.callback
Methods in com.sun.enterprise.security.jaspic.callback with parameters of type HandlerContext Modifier and Type Method Description voidContainerCallbackHandler. setHandlerContext(HandlerContext handlerContext) -
Uses of HandlerContext in com.sun.enterprise.security.jaspic.config
Methods in com.sun.enterprise.security.jaspic.config that return HandlerContext Modifier and Type Method Description protected HandlerContextPayaraJaspicServices. getHandlerContext(Map<String,?> map)This method is invoked by the constructor and should be overridden by a subclass.protected HandlerContextPayaraJaspicServletServices. getHandlerContext(Map map)Methods in com.sun.enterprise.security.jaspic.config with parameters of type HandlerContext Modifier and Type Method Description voidCallbackHandlerConfig. setHandlerContext(HandlerContext handlerContext) -
Uses of HandlerContext in com.sun.enterprise.security.jauth.jaspic.provider.config
Methods in com.sun.enterprise.security.jauth.jaspic.provider.config that return HandlerContext Modifier and Type Method Description protected HandlerContextPipeHelper. getHandlerContext(Map map)
-