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 theCredentialsMatcherinterface 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 interfaceHashingPasswordServiceAHashingPasswordServiceis aPasswordServicethat performs password encryption and comparisons based on cryptographicHashes.Classes in org.apache.shiro.authc.credential that implement PasswordService Modifier and Type Class Description classDefaultPasswordServiceDefault implementation of thePasswordServiceinterface that relies on an internalHashService,HashFormat, andHashFormatFactoryto function:Methods in org.apache.shiro.authc.credential that return PasswordService Modifier and Type Method Description PasswordServicePasswordMatcher. getPasswordService()Methods in org.apache.shiro.authc.credential with parameters of type PasswordService Modifier and Type Method Description voidPasswordMatcher. setPasswordService(PasswordService passwordService)
-