public class PrivilegeSet extends Object
Constructor and Description |
---|
PrivilegeSet()
Constructs PrivilegeSet instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addApplication(Application application)
Adds application to this set.
|
void |
addPrivilege(Privilege privilege)
Adds privilege to this set.
|
void |
addReferralPrivilege(ReferralPrivilege referralPrivilege)
Adds referralPrivilege to this set.
|
void |
addResourceType(ResourceType resourceType)
Adds resource type to this set.
|
List<Application> |
getApplication()
Obtain list of Application objects held by this class.
|
List<Privilege> |
getPrivileges()
Obtain list of Privilege objects held by this class.
|
List<ReferralPrivilege> |
getReferralPrivileges()
Obtain list of ReferralPrivilege objects held by this class.
|
List<ResourceType> |
getResourceTypes()
Obtain list of ResourceType objects held by this class.
|
public void addPrivilege(Privilege privilege)
privilege
- to be added.public void addReferralPrivilege(ReferralPrivilege referralPrivilege)
referralPrivilege
- to be added.public void addApplication(Application application)
application
- to be added.public void addResourceType(ResourceType resourceType)
resourceType
- to be added.public List<Privilege> getPrivileges()
public List<ReferralPrivilege> getReferralPrivileges()
public List<Application> getApplication()
public List<ResourceType> getResourceTypes()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.