Package | Description |
---|---|
org.apache.cxf.ws.security.sts.provider.model | |
org.apache.cxf.ws.security.sts.provider.model.utility |
Modifier and Type | Field and Description |
---|---|
protected AttributedDateTime |
LifetimeType.created |
protected AttributedDateTime |
LifetimeType.expires |
Modifier and Type | Method and Description |
---|---|
AttributedDateTime |
LifetimeType.getCreated()
Gets the value of the created property.
|
AttributedDateTime |
LifetimeType.getExpires()
Gets the value of the expires property.
|
Modifier and Type | Method and Description |
---|---|
void |
LifetimeType.setCreated(AttributedDateTime value)
Sets the value of the created property.
|
void |
LifetimeType.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.
|
Apache CXF