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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.shiro.realm.Realm has the following implementations.
Click this link to see all its implementation.

Method

AuthenticationInfogetAuthenticationInfo(AuthenticationToken token)
Returns an account's authentication-specific information for the specified token, or null if no account could be found based on the token.
StringgetName()
Returns the (application-unique) name assigned to this Realm.
booleansupports(AuthenticationToken token)
Returns true if this realm wishes to authenticate the Subject represented by the given org.apache.shiro.authc.AuthenticationToken AuthenticationToken instance, false otherwise.