Uses of Interface
org.apache.shiro.authc.credential.PasswordService
-
Packages that use PasswordService Package Description org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via theCredentialsMatcher
interface and its supporting implementations. -
-
Uses of PasswordService in org.apache.shiro.authc.credential
Subinterfaces of PasswordService in org.apache.shiro.authc.credential Modifier and Type Interface Description interface
HashingPasswordService
AHashingPasswordService
is aPasswordService
that performs password encryption and comparisons based on cryptographicHash
es.Classes in org.apache.shiro.authc.credential that implement PasswordService Modifier and Type Class Description class
DefaultPasswordService
Default implementation of thePasswordService
interface that relies on an internalHashService
,HashFormat
, andHashFormatFactory
to function:Methods in org.apache.shiro.authc.credential that return PasswordService Modifier and Type Method Description PasswordService
PasswordMatcher. getPasswordService()
Methods in org.apache.shiro.authc.credential with parameters of type PasswordService Modifier and Type Method Description void
PasswordMatcher. setPasswordService(PasswordService passwordService)
-