public interface IRole
Modifier and Type | Method and Description |
---|---|
Guid |
getGuid()
Returns the GUID of this object
|
boolean |
hasMember(PersistentObject po)
Evaluates whether an object is member of this IRole.
|
boolean hasMember(PersistentObject po) throws UMSException
po
- Persistent object that is being checked for membership.true
if the object is member of the role
implementing this interface, false
otherwise.UMSException
- if an exception occurs while determining if this
role has the member.Guid getGuid()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.