Example usage for org.apache.shiro.codec CodecSupport subclass-usage

List of usage examples for org.apache.shiro.codec CodecSupport subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.codec CodecSupport subclass-usage.

Usage

From source file org.jahia.services.security.shiro.HashedCredentialsMatcher.java

/**
 * DF specific credentials matcher, which uses our {@link PasswordService}.
 * 
 * @author Sergiy Shyrkov
 */
public class HashedCredentialsMatcher extends CodecSupport implements CredentialsMatcher {