Interface Role

All Superinterfaces:
Principal
All Known Implementing Classes:
AbstractRole, GenericRole

public interface Role extends Principal

Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.

Since:
4.1
Author:
Craig R. McClanahan