public class ECPContext
extends org.opensaml.messaging.context.BaseContext
MessageContext
that carries state associated with an ECP request that is needed during response generation.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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 © 2016 JBoss by Red Hat. All rights reserved.