Uses of Interface
org.frankframework.core.ISecurityHandler
Packages that use ISecurityHandler
Package
Description
-
Uses of ISecurityHandler in org.frankframework.core
Classes in org.frankframework.core that implement ISecurityHandlerModifier and TypeClassDescriptionclass
Security handler that declares that each role is valid.Methods in org.frankframework.core that return ISecurityHandlerMethods in org.frankframework.core with parameters of type ISecurityHandlerModifier and TypeMethodDescriptionvoid
PipeLineSession.setSecurityHandler
(ISecurityHandler handler) -
Uses of ISecurityHandler in org.frankframework.http
Classes in org.frankframework.http that implement ISecurityHandlerModifier and TypeClassDescriptionclass
SecurityHandler that delegates its implementation to the corresponding methods in the HttpServlet. -
Uses of ISecurityHandler in org.frankframework.http.cxf
Classes in org.frankframework.http.cxf that implement ISecurityHandlerModifier and TypeClassDescriptionclass
Securityhandler that delegates its implementation to the corresponding methods in the WebServiceContext. -
Uses of ISecurityHandler in org.frankframework.jwt
Classes in org.frankframework.jwt that implement ISecurityHandler