public class WSSecurityContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private DateTime |
timestampCreated
Value for Timestamp Created.
|
private DateTime |
timestampExpires
Value for Timestamp Expires.
|
private net.shibboleth.utilities.java.support.collection.LazyList<Token> |
tokens
List of known WS-Security tokens.
|
| Constructor and Description |
|---|
WSSecurityContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getTimestampCreated()
Get the value for Timestamp Created.
|
DateTime |
getTimestampExpires()
Get the value for Timestamp Expires.
|
List<Token> |
getTokens()
Get the list of WS-Security tokens.
|
void |
setTimestampCreated(DateTime value)
Set the value for Timestamp Created.
|
void |
setTimestampExpires(DateTime value)
Set the value for Timestamp Expires.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate net.shibboleth.utilities.java.support.collection.LazyList<Token> tokens
private DateTime timestampCreated
private DateTime timestampExpires
@Nonnull public List<Token> getTokens()
@Nullable public DateTime getTimestampCreated()
public void setTimestampCreated(@Nullable DateTime value)
value - the Timestamp Created value@Nullable public DateTime getTimestampExpires()
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.