Uses of Interface
com.atlassian.crowd.password.encoder.PasswordEncoder
Packages that use PasswordEncoder
-
Uses of PasswordEncoder in com.atlassian.crowd.password.encoder
Subinterfaces of PasswordEncoder in com.atlassian.crowd.password.encoderModifier and TypeInterfaceDescriptioninterfaceA marker interface to show that a password encoder is supported by Crowd's Internal Directory.interfaceA marker interface to show that a password encoder is supported by LDAP based directories.interfacePassword encoder which provides a way to ask if the password should be re-encoded as it does not match the encoding format of the most secure underlying encoder. -
Uses of PasswordEncoder in com.atlassian.crowd.password.factory
Methods in com.atlassian.crowd.password.factory that return PasswordEncoderModifier and TypeMethodDescriptionPasswordEncoderFactory.getEncoder(String encoder) This will return an LDAP encoder for the given key.PasswordEncoderFactory.getInternalEncoder(String encoder) This will return an Internal encoder for the given key.PasswordEncoderFactory.getLdapEncoder(String encoder) This will return an LDAP encoder for the given key.Methods in com.atlassian.crowd.password.factory with parameters of type PasswordEncoderModifier and TypeMethodDescriptionvoidPasswordEncoderFactory.addEncoder(PasswordEncoder passwordEncoder) Hook to add encoders to the factoryvoidPasswordEncoderFactory.removeEncoder(PasswordEncoder passwordEncoder) Will remove a given encoder from the available encoders in the PasswordEncoder factory