com.bazaarvoice.emodb.auth.EmoSecurityManager Maven / Gradle / Ivy
package com.bazaarvoice.emodb.auth;
import org.apache.shiro.mgt.SecurityManager;
/**
* Extension of the {@link SecurityManager} interface which adds methods for verifying permissions by ID
* for users not currently authenticated.
*/
public interface EmoSecurityManager extends SecurityManager, InternalAuthorizer {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy