Spring Security Framework

Uses of Package
org.springframework.security.providers.encoding

Packages that use org.springframework.security.providers.encoding
org.springframework.security.providers.dao An authentication provider that relies upon a data access object. 
org.springframework.security.providers.encoding Password encoding implementations. 
org.springframework.security.providers.ldap.authenticator LDAP authenticator implementations. 
 

Classes in org.springframework.security.providers.encoding used by org.springframework.security.providers.dao
PasswordEncoder
           Interface for performing authentication operations on a password.
 

Classes in org.springframework.security.providers.encoding used by org.springframework.security.providers.encoding
BaseDigestPasswordEncoder
          Convenience base for digest password encoders.
BasePasswordEncoder
          Convenience base for all password encoders.
MessageDigestPasswordEncoder
          Base for digest password encoders.
PasswordEncoder
           Interface for performing authentication operations on a password.
 

Classes in org.springframework.security.providers.encoding used by org.springframework.security.providers.ldap.authenticator
PasswordEncoder
           Interface for performing authentication operations on a password.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.