Uses of Class
org.apache.cxf.ws.security.sts.provider.model.utility.AttributedDateTime
Packages that use AttributedDateTime
Package
Description
-
Uses of AttributedDateTime in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model declared as AttributedDateTimeModifier and TypeFieldDescriptionprotected AttributedDateTimeLifetimeType.createdprotected AttributedDateTimeLifetimeType.expiresMethods in org.apache.cxf.ws.security.sts.provider.model that return AttributedDateTimeModifier and TypeMethodDescriptionLifetimeType.getCreated()Gets the value of the created property.LifetimeType.getExpires()Gets the value of the expires property.Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionvoidLifetimeType.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 AttributedDateTimeModifier and TypeFieldDescriptionprotected AttributedDateTimeTimestampType.createdprotected AttributedDateTimeTimestampType.expiresMethods in org.apache.cxf.ws.security.sts.provider.model.utility that return AttributedDateTimeModifier and TypeMethodDescriptionObjectFactory.createAttributedDateTime()Create an instance ofAttributedDateTimeTimestampType.getCreated()Gets the value of the created property.TimestampType.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 AttributedDateTimeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createCreated(AttributedDateTime value) jakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createExpires(AttributedDateTime value) Methods in org.apache.cxf.ws.security.sts.provider.model.utility with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedDateTime>ObjectFactory.createCreated(AttributedDateTime value) jakarta.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.