public class DefaultSecurityManagerProvider
extends java.lang.Object
implements javax.inject.Provider<org.apache.shiro.mgt.DefaultSecurityManager>
| Constructor and Description |
|---|
DefaultSecurityManagerProvider(MongoDbSessionDAO mongoDbSessionDAO,
PasswordAuthenticator passwordAuthenticator,
MongoDbAuthorizationRealm mongoDbAuthorizationRealm,
LdapUserAuthenticator ldapUserAuthenticator,
SessionAuthenticator sessionAuthenticator,
AccessTokenAuthenticator accessTokenAuthenticator,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shiro.mgt.DefaultSecurityManager |
get() |
@Inject public DefaultSecurityManagerProvider(MongoDbSessionDAO mongoDbSessionDAO, PasswordAuthenticator passwordAuthenticator, MongoDbAuthorizationRealm mongoDbAuthorizationRealm, LdapUserAuthenticator ldapUserAuthenticator, SessionAuthenticator sessionAuthenticator, AccessTokenAuthenticator accessTokenAuthenticator, Configuration configuration)
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.