Uses of Class
net.shibboleth.idp.attribute.DateTimeAttributeValue
Packages that use DateTimeAttributeValue
Package
Description
Implementations of various
AttributeDefinitions.Implementations of SAML transcoders.
-
Uses of DateTimeAttributeValue in net.shibboleth.idp.attribute.resolver.ad.impl
Methods in net.shibboleth.idp.attribute.resolver.ad.impl that return DateTimeAttributeValueModifier and TypeMethodDescriptionprotected DateTimeAttributeValueDateTimeAttributeDefinition.convert(IdPAttributeValue input) Convert an input value into aDateTimeAttributeValueif possible. -
Uses of DateTimeAttributeValue in net.shibboleth.idp.saml.attribute.transcoding.impl
Methods in net.shibboleth.idp.saml.attribute.transcoding.impl with parameters of type DateTimeAttributeValueModifier and TypeMethodDescriptionprotected XMLObjectSAML2DateTimeAttributeTranscoder.encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, DateTimeAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.