Example usage for org.springframework.security.oauth2.provider.approval UserApprovalHandler interface-usage

List of usage examples for org.springframework.security.oauth2.provider.approval UserApprovalHandler interface-usage

Introduction

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

Usage

From source file org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler.java

/**
 * A user approval handler that remembers approval decisions by consulting existing tokens.
 * 
 * @author Dave Syer
 * 
 */

From source file org.cloudfoundry.identity.uaa.oauth.UserManagedAuthzApprovalHandler.java

import org.cloudfoundry.identity.uaa.util.UaaTokenUtils;
import org.springframework.security.core.Authentication;
import org.springframework.security.oauth2.common.util.OAuth2Utils;
import org.springframework.security.oauth2.provider.AuthorizationRequest;
import org.springframework.security.oauth2.provider.ClientDetails;
import org.springframework.security.oauth2.provider.approval.UserApprovalHandler;

From source file org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler.java

/**
 * A user approval handler that remembers approval decisions by consulting existing tokens.
 * 
 * @author Dave Syer
 * 
 */

From source file org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler.java

/**
 * A user approval handler that remembers approval decisions by consulting existing approvals.
 * 
 * @author Dave Syer
 * 
 */

From source file org.cloudfoundry.identity.uaa.oauth.UaaUserApprovalHandler.java

/**
 * @author Dave Syer
 * 
 */
public class UaaUserApprovalHandler implements UserApprovalHandler {

From source file org.cloudfoundry.identity.uaa.user.UaaUserApprovalHandler.java

/**
 * @author Dave Syer
 * 
 */
public class UaaUserApprovalHandler implements UserApprovalHandler {

From source file org.smartplatforms.openid.connect.token.SmartTofuUserApprovalHandler.java

/**
 * Custom User Approval Handler implementation which uses a concept of a whitelist,
 * blacklist, and greylist.
 * 
 * Blacklisted sites will be caught and handled before this
 * point.

From source file org.mitre.openid.connect.token.TofuUserApprovalHandler.java

/**
 * Custom User Approval Handler implementation which uses a concept of a whitelist,
 * blacklist, and greylist.
 * 
 * Blacklisted sites will be caught and handled before this
 * point.