public interface PermissionRequestFilter extends Comparable<PermissionRequestFilter>
Implementations of this interface can use the Guice setter based injection.
Modifier and Type | Method and Description |
---|---|
void |
onPermissionRequest(ResourceSetDescription resourceSetDescription,
Set<String> requestedScopes,
String requestingClientId)
Invoked before a permission request is created.
|
compareTo
void onPermissionRequest(ResourceSetDescription resourceSetDescription, Set<String> requestedScopes, String requestingClientId)
resourceSetDescription
- The resource set.requestedScopes
- The requested scopes.requestingClientId
- The requesting client id.Copyright © 2010-2018, ForgeRock All Rights Reserved.