Uses of Interface
org.apache.shiro.authc.credential.PasswordService
Packages that use PasswordService
Package
Description
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.credentialModifier and TypeInterfaceDescriptioninterfaceAHashingPasswordServiceis aPasswordServicethat performs password encryption and comparisons based on cryptographicHashes.Classes in org.apache.shiro.authc.credential that implement PasswordServiceModifier and TypeClassDescriptionclassDefault implementation of thePasswordServiceinterface that relies on an internalHashService,HashFormat, andHashFormatFactoryto function:Methods in org.apache.shiro.authc.credential that return PasswordServiceMethods in org.apache.shiro.authc.credential with parameters of type PasswordServiceModifier and TypeMethodDescriptionvoidPasswordMatcher.setPasswordService(PasswordService passwordService)