Example usage for org.springframework.security.core.authority GrantedAuthoritiesContainer interface-usage

List of usage examples for org.springframework.security.core.authority GrantedAuthoritiesContainer interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.authority GrantedAuthoritiesContainer interface-usage.

Usage

From source file org.jasig.springframework.security.portlet.authentication.PreAuthenticatedGrantedAuthoritiesPortletAuthenticationDetails.java

/**
 * This PortletAuthenticationDetails implementation allows for storing a list of
 * pre-authenticated Granted Authorities.
 *
 * @author Ruud Senden
 * @author Luke Taylor