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

restx.security.RestxPrincipal Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx.security;

import com.google.common.collect.ImmutableSet;

import java.security.Principal;

/**
 * User: xavierhanin
 * Date: 1/30/13
 * Time: 6:30 PM
 */
public interface RestxPrincipal extends Principal {
    public static final String SESSION_DEF_KEY = "principal";
    public ImmutableSet getPrincipalRoles();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy