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

com.bazaarvoice.emodb.auth.EmoSecurityManager Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
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