Class NullSecurityLoaderImpl

java.lang.Object
com.randomnoun.common.security.impl.NullSecurityLoaderImpl
All Implemented Interfaces:
SecurityLoader

public class NullSecurityLoaderImpl extends Object implements SecurityLoader
An implementation of the SecurityLoader class, that does absolutely nothing.

All methods do nothing or return empty lists, and searches for user or role IDs return -1.

Author:
knoxg