Uses of Class
com.sun.xml.ws.security.wsu10.AttributedDateTime
Packages that use AttributedDateTime
Package
Description
-
Uses of AttributedDateTime in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionabstract LifetimeWSTrustElementFactory.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime. -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return AttributedDateTimeModifier and TypeMethodDescriptionLifetime.getCreated()Gets the value of the created property.Lifetime.getExpires()Gets the value of the expires property.Methods in com.sun.xml.ws.security.trust.elements with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionvoidLifetime.setCreated(AttributedDateTime value) Sets the value of the created property.voidLifetime.setExpires(AttributedDateTime value) Sets the value of the expires property. -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime. -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.bindings
Fields in com.sun.xml.ws.security.trust.impl.bindings declared as AttributedDateTimeModifier and TypeFieldDescriptionprotected AttributedDateTimeLifetimeType.createdprotected AttributedDateTimeLifetimeType.expiresMethods in com.sun.xml.ws.security.trust.impl.bindings that return AttributedDateTimeModifier and TypeMethodDescriptionLifetimeType.getCreated()Gets the value of the created property.LifetimeType.getExpires()Gets the value of the expires property.Methods in com.sun.xml.ws.security.trust.impl.bindings 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 com.sun.xml.ws.security.trust.impl.elements
Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type AttributedDateTimeModifierConstructorDescriptionLifetimeImpl(AttributedDateTime created, AttributedDateTime expires) -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime. -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.impl.wssx.bindings
Fields in com.sun.xml.ws.security.trust.impl.wssx.bindings declared as AttributedDateTimeModifier and TypeFieldDescriptionprotected AttributedDateTimeLifetimeType.createdprotected AttributedDateTimeLifetimeType.expiresMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return AttributedDateTimeModifier and TypeMethodDescriptionLifetimeType.getCreated()Gets the value of the created property.LifetimeType.getExpires()Gets the value of the expires property.Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings 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 com.sun.xml.ws.security.trust.impl.wssx.elements
Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AttributedDateTimeModifierConstructorDescriptionLifetimeImpl(AttributedDateTime created, AttributedDateTime expires) -
Uses of AttributedDateTime in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util with parameters of type AttributedDateTimeModifier and TypeMethodDescriptionstatic DateWSTrustUtil.parseAttributedDateTime(AttributedDateTime time) -
Uses of AttributedDateTime in com.sun.xml.ws.security.wsu10
Fields in com.sun.xml.ws.security.wsu10 declared as AttributedDateTimeModifier and TypeFieldDescriptionprotected AttributedDateTimeTimestampType.createdprotected AttributedDateTimeTimestampType.expiresMethods in com.sun.xml.ws.security.wsu10 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 com.sun.xml.ws.security.wsu10 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 com.sun.xml.ws.security.wsu10 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.