Example usage for org.springframework.security.oauth2.provider.approval DefaultUserApprovalHandler subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.approval DefaultUserApprovalHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.approval DefaultUserApprovalHandler subclass-usage.

Usage

From source file org.osiam.security.authorization.OsiamUserApprovalHandler.java

/**
 * Osiam user approval handler extends the default user approval handler from spring. It will add an implicit approval
 * if configured in the client, so that the user is never asked to approve the client. Additionally an expiry period can
 * be configured if the implicit is not desired and the user need to approve once. After that he will be asked again
 * only if the period expires
 */