Package | Description |
---|---|
org.forgerock.openam.oauth2 |
Classes that provide AM's features as an OAuth 2.0 Authorization Server.
|
org.forgerock.openam.oauth2.extensions |
Defines the classes and supported interface that customers need to create their own
ResourceRegistrationFilter . |
org.forgerock.openam.uma.extensions |
Extension points for integrating with UMA functionality.
|
Modifier and Type | Method and Description |
---|---|
ResourceSetDescription |
ResourceSetDescription.update(Map<String,Object> description)
Replaces the description of the resource set with the given
description . |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRegistrationFilter.afterResourceRegistration(ResourceSetDescription resourceSet)
Invoked after a resource set is registered in the backend.
|
void |
ResourceRegistrationFilter.beforeResourceRegistration(ResourceSetDescription resourceSet)
Invoked before a resource set is registered in the backend.
|
Modifier and Type | Method and Description |
---|---|
default void |
RequestAuthorizationFilter.afterFailedAuthorization(ResourceSetDescription resource,
PermissionTicket permissionTicket,
Subject requestingParty,
Subject resourceOwner,
Set<String> requestedScope)
Invoked after a failed request authorization attempt.
|
default void |
RequestAuthorizationFilter.afterSuccessfulAuthorization(ResourceSetDescription resource,
PermissionTicket permissionTicket,
Subject requestingParty,
Subject resourceOwner,
Set<String> requestedScope,
Set<String> grantedScope)
Invoked after a successful request authorization attempt.
|
default void |
RequestAuthorizationFilter.beforeAuthorization(ResourceSetDescription resource,
PermissionTicket permissionTicket,
Subject requestingParty,
Subject resourceOwner,
Set<String> requestedScope)
Invoked before authorization of the request is attempted.
|
void |
PermissionRequestFilter.onPermissionRequest(ResourceSetDescription resourceSetDescription,
Set<String> requestedScopes,
String requestingClientId)
Invoked before a permission request is created.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.