Uses of Interface
org.apache.shiro.authc.credential.PasswordService

Packages that use PasswordService
org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via the CredentialsMatcher interface and its supporting implementations. 
 

Uses of PasswordService in org.apache.shiro.authc.credential
 

Subinterfaces of PasswordService in org.apache.shiro.authc.credential
 interface HashingPasswordService
          A HashingPasswordService is a PasswordService that performs password encryption and comparisons based on cryptographic Hashes.
 

Classes in org.apache.shiro.authc.credential that implement PasswordService
 class DefaultPasswordService
          Default implementation of the PasswordService interface that relies on an internal HashService, HashFormat, and HashFormatFactory to function:
 

Methods in org.apache.shiro.authc.credential that return PasswordService
 PasswordService PasswordMatcher.getPasswordService()
           
 

Methods in org.apache.shiro.authc.credential with parameters of type PasswordService
 void PasswordMatcher.setPasswordService(PasswordService passwordService)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.