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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.realm.AuthenticatingRealm 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) .
voidsetCredentialsMatcher(CredentialsMatcher credentialsMatcher)
Sets the CrendialsMatcher used during an authentication attempt to verify submitted credentials with those stored in the system.