public class WSSecurityContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
Modifier and Type | Field and Description |
---|---|
private org.joda.time.DateTime |
timestampCreated
Value for Timestamp Created.
|
private org.joda.time.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 |
---|---|
org.joda.time.DateTime |
getTimestampCreated()
Get the value for Timestamp Created.
|
org.joda.time.DateTime |
getTimestampExpires()
Get the value for Timestamp Expires.
|
List<Token> |
getTokens()
Get the list of WS-Security tokens.
|
void |
setTimestampCreated(org.joda.time.DateTime value)
Set the value for Timestamp Created.
|
void |
setTimestampExpires(org.joda.time.DateTime value)
Set the value for Timestamp Expires.
|
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
private net.shibboleth.utilities.java.support.collection.LazyList<Token> tokens
private org.joda.time.DateTime timestampCreated
private org.joda.time.DateTime timestampExpires
@Nonnull public List<Token> getTokens()
@Nullable public org.joda.time.DateTime getTimestampCreated()
public void setTimestampCreated(@Nullable org.joda.time.DateTime value)
value
- the Timestamp Created value@Nullable public org.joda.time.DateTime getTimestampExpires()
public void setTimestampExpires(@Nullable org.joda.time.DateTime value)
value
- the Timestamp Expires valueCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.