Example usage for org.springframework.security.oauth2.provider CompositeTokenGranter subclass-usage

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

Introduction

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

Usage

From source file org.osiam.auth.token.OsiamCompositeTokenGranter.java

/**
 * Custom TokenGranter, which add additional information to spring's accesstoken,
 * which the resource server needed. Iterate over all configured token granters and
 * choose the one which needed for the current authentication process.
 * 
 */