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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidinit()
Initializes this realm and potentially enables an authentication cache, depending on configuration.
voidsetAuthenticationQuery(String authenticationQuery)
Overrides the default query used to retrieve a user's password during authentication.
voidsetCredentialsMatcher(CredentialsMatcher credentialsMatcher)
Sets the CrendialsMatcher used during an authentication attempt to verify submitted credentials with those stored in the system.
voidsetDataSource(DataSource dataSource)
Sets the datasource that should be used to retrieve connections used by this realm.
voidsetName(String name)
voidsetPermissionsLookupEnabled(boolean permissionsLookupEnabled)
Enables lookup of permissions during authorization.
voidsetPermissionsQuery(String permissionsQuery)
Overrides the default query used to retrieve a user's permissions during authorization.
voidsetSaltStyle(SaltStyle saltStyle)
Sets the salt style.
voidsetUserRolesQuery(String userRolesQuery)
Overrides the default query used to retrieve a user's roles during authorization.