Uses of Class
org.apache.shiro.realm.AuthorizingRealm
-
Packages that use AuthorizingRealm Package Description org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface.org.apache.shiro.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory.org.apache.shiro.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.org.apache.shiro.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such asFiles or text streams. -
-
Uses of AuthorizingRealm in org.apache.shiro.realm
Subclasses of AuthorizingRealm in org.apache.shiro.realm Modifier and Type Class Description classSimpleAccountRealmA simple implementation of theRealminterface that uses a set of configured user accounts and roles to support authentication and authorization. -
Uses of AuthorizingRealm in org.apache.shiro.realm.activedirectory
Subclasses of AuthorizingRealm in org.apache.shiro.realm.activedirectory Modifier and Type Class Description classActiveDirectoryRealmARealmthat authenticates with an active directory LDAP server to determine the roles for a particular user. -
Uses of AuthorizingRealm in org.apache.shiro.realm.jdbc
Subclasses of AuthorizingRealm in org.apache.shiro.realm.jdbc Modifier and Type Class Description classJdbcRealmRealm that allows authentication and authorization via JDBC calls. -
Uses of AuthorizingRealm in org.apache.shiro.realm.ldap
Subclasses of AuthorizingRealm in org.apache.shiro.realm.ldap Modifier and Type Class Description classAbstractLdapRealmARealmthat authenticates with an LDAP server to build the Subject for a user.classDefaultLdapRealmAn LDAPRealmimplementation utilizing Sun's/Oracle's JNDI API as an LDAP API.classJndiLdapRealmDeprecated.Renamed toDefaultLdapRealm, this class will be removed prior to 2.0 -
Uses of AuthorizingRealm in org.apache.shiro.realm.text
Subclasses of AuthorizingRealm in org.apache.shiro.realm.text Modifier and Type Class Description classIniRealmclassPropertiesRealmATextConfigurationRealmthat defers all logic to the parent class, but just enablesPropertiesbased configuration in addition to the parent class's String configuration.classTextConfigurationRealmA SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup.
-