com.metamatrix.admin.api.objects
Interface Entitlement

All Superinterfaces:
AdminObject

public interface Entitlement
extends AdminObject

Since:
4.3

Field Summary
 
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 java.util.Collection getPrincipals(java.lang.String principalIdentifier)
          Get the Collection of Principals that possess this Entitlement.
 
Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject
getIdentifier, getName, getProperties, getPropertyValue
 

Method Detail

getPrincipals

java.util.Collection getPrincipals(java.lang.String principalIdentifier)
Get the Collection of Principals that possess this Entitlement.

Parameters:
principalIdentifier -
Returns:
The collection of entitled Principals.
Since:
4.3


Copyright © 2009. All Rights Reserved.