Uses of Class
org.apache.cxf.ws.security.sts.provider.model.utility.AttributedDateTime
-
Packages that use AttributedDateTime Package Description org.apache.cxf.ws.security.sts.provider.model org.apache.cxf.ws.security.sts.provider.model.utility -
-
Uses of AttributedDateTime in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model declared as AttributedDateTime Modifier and Type Field Description protected AttributedDateTimeLifetimeType. createdprotected AttributedDateTimeLifetimeType. expiresMethods in org.apache.cxf.ws.security.sts.provider.model that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeLifetimeType. getCreated()Gets the value of the created property.AttributedDateTimeLifetimeType. getExpires()Gets the value of the expires property.Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type AttributedDateTime Modifier and Type Method Description voidLifetimeType. setCreated(AttributedDateTime value)Sets the value of the created property.voidLifetimeType. setExpires(AttributedDateTime value)Sets the value of the expires property. -
Uses of AttributedDateTime in org.apache.cxf.ws.security.sts.provider.model.utility
Fields in org.apache.cxf.ws.security.sts.provider.model.utility declared as AttributedDateTime Modifier and Type Field Description protected AttributedDateTimeTimestampType. createdprotected AttributedDateTimeTimestampType. expiresMethods in org.apache.cxf.ws.security.sts.provider.model.utility that return AttributedDateTime Modifier and Type Method Description AttributedDateTimeObjectFactory. createAttributedDateTime()Create an instance ofAttributedDateTimeAttributedDateTimeTimestampType. getCreated()Gets the value of the created property.AttributedDateTimeTimestampType. getExpires()Gets the value of the expires property.Methods in org.apache.cxf.ws.security.sts.provider.model.utility that return types with arguments of type AttributedDateTime Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createExpires(AttributedDateTime value)Methods in org.apache.cxf.ws.security.sts.provider.model.utility with parameters of type AttributedDateTime Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)javax.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory. createExpires(AttributedDateTime value)voidTimestampType. setCreated(AttributedDateTime value)Sets the value of the created property.voidTimestampType. setExpires(AttributedDateTime value)Sets the value of the expires property.
-