Example usage for org.springframework.security.web.authentication.preauth.websphere DefaultWASUsernameAndGroupsExtractor DefaultWASUsernameAndGroupsExtractor

List of usage examples for org.springframework.security.web.authentication.preauth.websphere DefaultWASUsernameAndGroupsExtractor DefaultWASUsernameAndGroupsExtractor

Introduction

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

Prototype

DefaultWASUsernameAndGroupsExtractor

Source Link

Usage

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

public WebSpherePreAuthenticatedWebAuthenticationDetailsSource() {
    this(new DefaultWASUsernameAndGroupsExtractor());
}