All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.crazycake.shiro.exception.CacheManagerPrincipalIdNotAssignedException Maven / Gradle / Ivy

Go to download

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!

The newest version!
package org.crazycake.shiro.exception;

public class CacheManagerPrincipalIdNotAssignedException extends RuntimeException  {

    private static final String MESSAGE = "CacheManager didn't assign Principal Id field name!";

    public CacheManagerPrincipalIdNotAssignedException() {
        super(MESSAGE);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy