Example usage for org.springframework.security.web.authentication WebAuthenticationDetails subclass-usage

List of usage examples for org.springframework.security.web.authentication WebAuthenticationDetails subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication WebAuthenticationDetails subclass-usage.

Usage

From source file org.carewebframework.security.spring.CWFAuthenticationDetails.java

/**
 * Extends the stock Spring web authentication details class by adding the ability to add arbitrary
 * detail objects to it.
 */
public class CWFAuthenticationDetails extends WebAuthenticationDetails {

From source file com.rockagen.gnext.service.spring.security.extension.BasicWebAuthenticationDetails.java

/**
 * An extension for spring security resolve the remoteAddress
 * 
 * @author RA
 */
public class BasicWebAuthenticationDetails extends WebAuthenticationDetails {

From source file com.rockagen.gnext.service.spring.security.extension.ExWebAuthenticationDetails.java

/**
 * An extension for spring security resolve the remoteAddress
 * 
 * @author RA
 * @since JDK1.7
 * @since 3.0

From source file whitelabel.cloud.webapp.security.spring.CloudWebAutenticationDetails.java

public class CloudWebAutenticationDetails extends WebAuthenticationDetails {

    private String dataCenterUrl;
    private Integer datacenterId;

    /**