Uses of Class
org.apache.shiro.web.config.WebIniSecurityManagerFactory
Packages that use WebIniSecurityManagerFactory
-
Uses of WebIniSecurityManagerFactory in org.apache.shiro.web.env
Methods in org.apache.shiro.web.env that return WebIniSecurityManagerFactoryModifier and TypeMethodDescriptionprotected WebIniSecurityManagerFactoryIniWebEnvironment.getSecurityManagerFactory()Returns the SecurityManager factory used by this WebEnvironment.Methods in org.apache.shiro.web.env with parameters of type WebIniSecurityManagerFactoryModifier and TypeMethodDescriptionprotected voidIniWebEnvironment.setSecurityManagerFactory(WebIniSecurityManagerFactory factory) Allows for setting the SecurityManager factory which will be used to create the SecurityManager.