| Package | Description |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements | |
| com.sun.xml.ws.security.wsu10 |
| Modifier and Type | Method and Description |
|---|---|
abstract Lifetime |
WSTrustElementFactory.createLifetime(AttributedDateTime created,
AttributedDateTime expires)
Create a Lifetime.
|
| Modifier and Type | Method and Description |
|---|---|
AttributedDateTime |
Lifetime.getCreated()
Gets the value of the created property.
|
AttributedDateTime |
Lifetime.getExpires()
Gets the value of the expires property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifetime.setCreated(AttributedDateTime value)
Sets the value of the created property.
|
void |
Lifetime.setExpires(AttributedDateTime value)
Sets the value of the expires property.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributedDateTime |
TimestampType.created |
protected AttributedDateTime |
TimestampType.expires |
| Modifier and Type | Method and Description |
|---|---|
AttributedDateTime |
ObjectFactory.createAttributedDateTime()
Create an instance of
AttributedDateTime |
AttributedDateTime |
TimestampType.getCreated()
Gets the value of the created property.
|
AttributedDateTime |
TimestampType.getExpires()
Gets the value of the expires property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AttributedDateTime> |
ObjectFactory.createCreated(AttributedDateTime value)
|
JAXBElement<AttributedDateTime> |
ObjectFactory.createExpires(AttributedDateTime value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AttributedDateTime> |
ObjectFactory.createCreated(AttributedDateTime value)
|
JAXBElement<AttributedDateTime> |
ObjectFactory.createExpires(AttributedDateTime value)
|
void |
TimestampType.setCreated(AttributedDateTime value)
Sets the value of the created property.
|
void |
TimestampType.setExpires(AttributedDateTime value)
Sets the value of the expires property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.