Uses of Class
org.apache.shiro.realm.AuthenticatingRealm
Packages that use AuthenticatingRealm
Package
Description
Components and sub-packages used in supporting the core
Realm interface.Realms that acquire security data from a Microsoft Active Directory.
Realms that acquire security data from an RDBMS (Relational Database Management System) using the
JDBC API.
Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server
utilizing LDAP/Naming APIs.
Realms that acquire security data from text-based data sources such as
Files or
text streams.-
Uses of AuthenticatingRealm in org.apache.shiro.realm
Subclasses of AuthenticatingRealm in org.apache.shiro.realmModifier and TypeClassDescriptionclassAnAuthorizingRealmextends theAuthenticatingRealm's capabilities by adding Authorization (access control) support.classA simple implementation of theRealminterface that uses a set of configured user accounts and roles to support authentication and authorization. -
Uses of AuthenticatingRealm in org.apache.shiro.realm.activedirectory
Subclasses of AuthenticatingRealm in org.apache.shiro.realm.activedirectoryModifier and TypeClassDescriptionclassARealmthat authenticates with an active directory LDAP server to determine the roles for a particular user. -
Uses of AuthenticatingRealm in org.apache.shiro.realm.jdbc
Subclasses of AuthenticatingRealm in org.apache.shiro.realm.jdbcModifier and TypeClassDescriptionclassRealm that allows authentication and authorization via JDBC calls. -
Uses of AuthenticatingRealm in org.apache.shiro.realm.ldap
Subclasses of AuthenticatingRealm in org.apache.shiro.realm.ldapModifier and TypeClassDescriptionclassARealmthat authenticates with an LDAP server to build the Subject for a user.classAn LDAPRealmimplementation utilizing Sun's/Oracle's JNDI API as an LDAP API.classDeprecated. -
Uses of AuthenticatingRealm in org.apache.shiro.realm.text
Subclasses of AuthenticatingRealm in org.apache.shiro.realm.textModifier and TypeClassDescriptionclassclassATextConfigurationRealmthat defers all logic to the parent class, but just enablesPropertiesbased configuration in addition to the parent class's String configuration.classA SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup.
DefaultLdapRealm, this class will be removed prior to 2.0