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