Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.stack
Interface IRoleIdentifier

All Superinterfaces:
IPrincipalIdentifier, java.security.Principal
All Known Implementing Classes:
RoleIdentifierPrincipal

public interface IRoleIdentifier
extends IPrincipalIdentifier

Holds a role identifier as defined by a particular CARML declaration Can be used by JAAS to assert a java.security.Principal role


Method Summary
 RoleDef getRoleDef()
           
 
Methods inherited from interface org.openliberty.arisid.stack.IPrincipalIdentifier
getName, getPrimaryContext
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Method Detail

getRoleDef

RoleDef getRoleDef()

OpenLiberty.org - Licensed under Apache APL 2.0