Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A G O R S U

A

afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 

G

getSalt(UserDetails) - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
Performs reflection on the passed User to obtain the salt.
getSalt(UserDetails) - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 
getSystemWideSalt() - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 
getUserPropertyToUse() - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
 

O

org.acegisecurity.providers.dao.salt - package org.acegisecurity.providers.dao.salt
An authentication provider that relies upon a data access object.

R

ReflectionSaltSource - class org.acegisecurity.providers.dao.salt.ReflectionSaltSource.
Obtains a salt from a specified property of the User object.
ReflectionSaltSource() - Constructor for class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
 

S

SystemWideSaltSource - class org.acegisecurity.providers.dao.salt.SystemWideSaltSource.
Uses a static system-wide String as the salt.
SystemWideSaltSource() - Constructor for class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 
setSystemWideSalt(String) - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 
setUserPropertyToUse(String) - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
The method name to call to obtain the salt.
systemWideSalt - Variable in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 

U

userPropertyToUse - Variable in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
 

A G O R S U