Java org.springframework.security.core.userdetails UserDetailsByNameServiceWrapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core.userdetails UserDetailsByNameServiceWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core.userdetails UserDetailsByNameServiceWrapper.

The text is from its open source code.

Constructor

UserDetailsByNameServiceWrapper()
Constructs an empty wrapper for compatibility with Spring Security 2.0.x's method of using a setter.
UserDetailsByNameServiceWrapper(final UserDetailsService userDetailsService)
Constructs a new wrapper using the supplied org.springframework.security.core.userdetails.UserDetailsService as the service to delegate to.

Method

voidsetUserDetailsService(UserDetailsService aUserDetailsService)
Set the wrapped UserDetailsService implementation