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 TypeClassDescriptionclassISecurityHandler implementation that uses Spring Security's SecurityContextHolder to retrieve the user information.Methods in org.frankframework.core that return ISecurityHandlerMethods in org.frankframework.core with parameters of type ISecurityHandlerModifier and TypeMethodDescriptionvoidPipeLineSession.setSecurityHandler(ISecurityHandler handler) -
Uses of ISecurityHandler in org.frankframework.extensions.cmis.server
Classes in org.frankframework.extensions.cmis.server that implement ISecurityHandlerModifier and TypeClassDescriptionclassWraps the CMIS SecurityContext in an ISecurityHandler. -
Uses of ISecurityHandler in org.frankframework.jwt
Classes in org.frankframework.jwt that implement ISecurityHandler