
com.daedafusion.security.authentication.Role Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-framework Show documentation
Show all versions of security-framework Show documentation
A pluggable security framework "inspired" by the OWASP ESAPI framework
The newest version!
package com.daedafusion.security.authentication;
/**
* Created by mphilpot on 7/15/14.
*/
public interface Role extends Principal
{
enum RoleType { STATIC, DYNAMIC }
RoleType getRoleType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy