Uses of Class
net.shibboleth.idp.attribute.IdPAttribute
-
Packages that use IdPAttribute Package Description net.shibboleth.idp.attribute IdPAttributes are protocol-agnostic units of information about some thing, usually a user.net.shibboleth.idp.attribute.context Context to do with Attribute Manipulation.net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes. -
-
Uses of IdPAttribute in net.shibboleth.idp.attribute
Subclasses of IdPAttribute in net.shibboleth.idp.attribute Modifier and Type Class Description classIdPRequestedAttributeIdP Representation of the SAML2 RequestedAttribute.Fields in net.shibboleth.idp.attribute with type parameters of type IdPAttribute Modifier and Type Field Description private Multimap<String,IdPAttribute>AttributesMapContainer. providedValueThe map we are encapsulating.Methods in net.shibboleth.idp.attribute that return IdPAttribute Modifier and Type Method Description IdPAttributeIdPAttribute. clone()Clones an attribute.Methods in net.shibboleth.idp.attribute that return types with arguments of type IdPAttribute Modifier and Type Method Description Multimap<String,IdPAttribute>AttributesMapContainer. get()Methods in net.shibboleth.idp.attribute with parameters of type IdPAttribute Modifier and Type Method Description intIdPAttribute. compareTo(IdPAttribute other)Constructor parameters in net.shibboleth.idp.attribute with type arguments of type IdPAttribute Constructor Description AttributesMapContainer(Multimap<String,IdPAttribute> value)Constructor. -
Uses of IdPAttribute in net.shibboleth.idp.attribute.context
Fields in net.shibboleth.idp.attribute.context with type parameters of type IdPAttribute Modifier and Type Field Description private Map<String,IdPAttribute>AttributeContext. attributesThe attributes tracked by this context.private Map<String,IdPAttribute>AttributeContext. unfilteredAttributesThe attributes tracked by this context prior to filtering.Methods in net.shibboleth.idp.attribute.context that return types with arguments of type IdPAttribute Modifier and Type Method Description Map<String,IdPAttribute>AttributeContext. getIdPAttributes()Gets the map of attributes, indexed by attribute ID, tracked by this context.Map<String,IdPAttribute>AttributeContext. getUnfilteredIdPAttributes()Gets the map of unfiltered attributes, indexed by attribute ID, tracked by this context.Method parameters in net.shibboleth.idp.attribute.context with type arguments of type IdPAttribute Modifier and Type Method Description AttributeContextAttributeContext. setIdPAttributes(Collection<IdPAttribute> newAttributes)Sets the attributes tracked by this context.AttributeContextAttributeContext. setUnfilteredIdPAttributes(Collection<IdPAttribute> newAttributes)Sets the unfiltered attributes tracked by this context. -
Uses of IdPAttribute in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that return IdPAttribute Modifier and Type Method Description IdPAttributeAbstractAttributeTranscoder. decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.IdPAttributeAttributeTranscoder. decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.protected abstract IdPAttributeAbstractAttributeTranscoder. doDecode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.Methods in net.shibboleth.idp.attribute.transcoding with parameters of type IdPAttribute Modifier and Type Method Description protected abstract TAbstractAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAbstractAttributeTranscoder. encode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAttributeTranscoder. encode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.Map<Locale,String>AttributeTranscoderRegistry. getDescriptions(IdPAttribute attribute)Get the localized descriptions for anIdPAttribute.Map<Locale,String>AttributeTranscoderRegistry. getDisplayNames(IdPAttribute attribute)Get the localized display names for anIdPAttribute.Collection<TranscodingRule>AttributeTranscoderRegistry. getTranscodingRules(IdPAttribute from, Class<?> to)Obtains a set of instructions for encoding an inputIdPAttributeinto a target type.
-