public class ECPContext extends BaseContext
MessageContext
that carries state associated with an ECP request that is needed during response generation.BaseContext.ContextSetNoRemoveIteratorDecorator| Constructor and Description |
|---|
ECPContext() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSessionKey()
Get the session key generated for use by the client and IdP.
|
boolean |
isRequestAuthenticated()
Get whether the request from the SP was authenticated.
|
ECPContext |
setRequestAuthenticated(boolean flag)
Set whether the request from the SP was authenticated.
|
ECPContext |
setSessionKey(byte[] key)
Set the session key generated for use by the client and IdP.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isRequestAuthenticated()
@Nonnull public ECPContext setRequestAuthenticated(boolean flag)
flag - flag to set@Nullable public byte[] getSessionKey()
@Nonnull public ECPContext setSessionKey(byte[] key)
key - key to setCopyright © 2021. All rights reserved.