Example usage for org.springframework.security.web.authentication.preauth.websphere WASUsernameAndGroupsExtractor interface-usage

List of usage examples for org.springframework.security.web.authentication.preauth.websphere WASUsernameAndGroupsExtractor interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.preauth.websphere WASUsernameAndGroupsExtractor interface-usage.

Usage

From source file org.springframework.security.web.authentication.preauth.websphere.DefaultWASUsernameAndGroupsExtractor.java

/**
 * WebSphere Security helper class to allow retrieval of the current username and groups.
 * <p>
 * See Spring Security Jira SEC-477.
 *
 * @author Ruud Senden