public class AuthenticationDetailsSourceImpl extends Object implements AuthenticationDetailsSource
AuthenticationDetailsSource
.By default will create an instance of
WebAuthenticationDetails
. Any object that accepts a HttpServletRequest
as its sole
constructor can be used instead of this default.
Constructor and Description |
---|
AuthenticationDetailsSourceImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
buildDetails(javax.servlet.http.HttpServletRequest request)
Called by a class when it wishes a new authentication details instance to be created.
|
void |
setClazz(Class clazz) |
public Object buildDetails(javax.servlet.http.HttpServletRequest request)
AuthenticationDetailsSource
buildDetails
in interface AuthenticationDetailsSource
request
- the request object, which may be used by the authentication details objectpublic void setClazz(Class clazz)
Copyright © 2004–2019 Interface21, Inc. All rights reserved.