public class HttpSecurityWork extends Object implements Work, WorkFactory<HttpSecurityWork>
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_CHALLENGE_REQUEST_MOMENTO
HttpSession attribute for the challenge request state. |
Constructor and Description |
---|
HttpSecurityWork(HttpSecuritySource<?,?,?,?> httpSecuritySource)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
HttpSecurityWork |
createWork()
Creates a new
Work instance. |
HttpSecuritySource<?,?,?,?> |
getHttpSecuritySource()
Obtains the
HttpSecuritySource . |
public static final String ATTRIBUTE_CHALLENGE_REQUEST_MOMENTO
HttpSession
attribute for the challenge request state.public HttpSecurityWork(HttpSecuritySource<?,?,?,?> httpSecuritySource)
httpSecuritySource
- HttpSecuritySource
.public HttpSecuritySource<?,?,?,?> getHttpSecuritySource()
HttpSecuritySource
.HttpSecuritySource
.public HttpSecurityWork createWork()
WorkFactory
Work
instance.createWork
in interface WorkFactory<HttpSecurityWork>
Work
instance.Copyright © 2005–2016. All rights reserved.