Java org.apache.shiro.realm AuthorizingRealm fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.realm AuthorizingRealm fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.realm.AuthorizingRealm has subclasses.
Click this link to see all its subclasses.

Method

StringgetAuthenticationCacheName()
Returns the name of a Cache to lookup from any available #getCacheManager() cacheManager if a cache is not explicitly configured via #setAuthenticationCache(org.apache.shiro.cache.Cache) .
CachegetAuthorizationCache()
StringgetAuthorizationCacheName()
booleanisAuthorizationCachingEnabled()
Returns true if authorization caching should be utilized if a CacheManager has been #setCacheManager(org.apache.shiro.cache.CacheManager) configured , false otherwise.
booleanisPermitted(PrincipalCollection principals, String permission)
booleanisPermitted(PrincipalCollection principals, Permission permission)
booleanisPermitted(Permission permission, AuthorizationInfo info)
boolean[]isPermitted(PrincipalCollection subjectIdentifier, String... permissions)
boolean[]isPermitted(PrincipalCollection principals, List permissions)
boolean[]isPermitted(List permissions, AuthorizationInfo info)
voidsetName(String name)