Uses of Interface
com.randomnoun.common.security.SecurityLoader
Packages that use SecurityLoader
-
Uses of SecurityLoader in com.randomnoun.common.security
Constructors in com.randomnoun.common.security with parameters of type SecurityLoaderModifierConstructorDescriptionSecurityContext
(Map<String, Object> properties, SecurityLoader securityLoader, SecurityAuthenticator securityAuthenticator) Creates a new SecurityContext object. -
Uses of SecurityLoader in com.randomnoun.common.security.impl
Classes in com.randomnoun.common.security.impl that implement SecurityLoaderModifier and TypeClassDescriptionclass
An implementation of theSecurityLoader
class, that does absolutely nothing.class
An implementation of theSecurityLoader
class, using the Spring framework to populate the SecurityContext from a JDBC datasource.