Package | Description |
---|---|
org.wso2.carbon.identity.entitlement | |
org.wso2.carbon.identity.entitlement.policy.search | |
org.wso2.carbon.identity.entitlement.thrift |
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
EntitlementService.getAllEntitlements(String identifier,
AttributeDTO[] givenAttributes)
Gets all entitled attributes for given set of attributes
this an universal method to do policy search and find entitlement attributes
|
EntitledResultSetDTO |
EntitlementService.getEntitledAttributes(String subjectName,
String resourceName,
String subjectId,
String action,
boolean enableChildSearch)
Gets entitled resources for given user or role
This method can be only used, if all policies in PDP are defined with default categories i.e
subject, resource and action and default attribute Ids and #string data type.
|
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
PolicySearch.getEntitledAttributes(String identifier,
AttributeDTO[] givenAttributes)
gets all entitled attributes for given set of attributes
this an universal method to do policy search and find entitlement attributes
|
EntitledResultSetDTO |
PolicySearch.getEntitledAttributes(String subjectName,
String resourceName,
String subjectId,
String action,
boolean enableChildSearch)
This returns resource name as the list of the entitled attributes for given
user or role and action, after evaluating the all the active policies in the PDP
|
EntitledResultSetDTO |
SearchResult.getResultSetDTO() |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setResultSetDTO(EntitledResultSetDTO resultSetDTO) |
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
ThriftEntitlementServiceImpl.getAllEntitlements(String identifier,
AttributeDTO[] givenAttributes,
String sessionID) |
EntitledResultSetDTO |
ThriftEntitlementServiceImpl.getEntitledAttributes(String subjectName,
String resourceName,
String subjectId,
String action,
boolean enableChildSearch,
String sessionID) |
Copyright © 2016 WSO2. All rights reserved.