Package | Description |
---|---|
org.forgerock.openam.sm.datalayer.store | |
org.forgerock.openam.uma | |
org.forgerock.openam.uma.audit |
Modifier and Type | Method and Description |
---|---|
void |
TokenDataStore.create(T obj)
Create an object.
|
void |
TokenDataStore.delete(String id)
Remove an object with the given ID from the store.
|
Set<T> |
TokenDataStore.query(org.forgerock.util.query.QueryFilter<String> query)
Query the store for instances.
|
T |
TokenDataStore.read(String id)
Reads a
T out of the store using its OpenAM Unique ID. |
void |
TokenDataStore.update(T obj)
Update a given instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingRequestsService.createPendingRequest(javax.servlet.http.HttpServletRequest httpRequest,
String resourceSetId,
String resourceSetName,
String resourceOwnerId,
String requestingPartyId,
String realm,
Set<String> scopes)
Creates a pending request.
|
Set<UmaPendingRequest> |
PendingRequestsService.queryPendingRequests(String resourceSetId,
String resourceOwnerId,
String realm,
String requestingPartyId)
Queries pending requests for the specified resourceSetId,
resourceOwnerId, realm and requestingPartyId.
|
Modifier and Type | Method and Description |
---|---|
Set<UmaAuditEntry> |
UmaAuditLogger.getEntireHistory(AMIdentity identity) |
Set<UmaAuditEntry> |
UmaAuditLogger.getHistory(AMIdentity identity,
org.forgerock.json.resource.QueryRequest request) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.