Java org.apache.shiro.mgt RealmSecurityManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.mgt RealmSecurityManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.mgt RealmSecurityManager.

The text is from its open source code.

Method

voiddestroy()
CollectiongetRealms()
Returns the Realm Realm s managed by this SecurityManager instance.
voidsetCacheManager(CacheManager cacheManager)
Sets the CacheManager used by this SecurityManager and potentially any of its children components.
voidsetRealm(Realm realm)
Convenience method for applications using a single realm that merely wraps the realm in a list and then invokes the #setRealms method.
voidsetRealms(Collection realms)
Sets the realms managed by this SecurityManager instance.