Uses of Class
net.shibboleth.idp.cas.attribute.Attribute
Packages that use Attribute
Package
Description
APIs for CAS attribute support.
Implementation classes for CAS attribute support.
CAS protocol flow implementations.
APIs related to the CAS protocol.
-
Uses of Attribute in net.shibboleth.idp.cas.attribute
Methods in net.shibboleth.idp.cas.attribute that return AttributeModifier and TypeMethodDescriptionAbstractCASAttributeTranscoder.doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule) Methods in net.shibboleth.idp.cas.attribute that return types with arguments of type AttributeMethods in net.shibboleth.idp.cas.attribute with parameters of type AttributeModifier and TypeMethodDescriptionprotected IdPAttributeAbstractCASAttributeTranscoder.buildIdPAttribute(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttributefrom the given values.protected abstract IdPAttributeValueAbstractCASAttributeTranscoder.decodeValue(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, String value) Function to decode a single string value into anIdPAttributeValue.AbstractCASAttributeTranscoder.doDecode(ProfileRequestContext profileRequestContext, Attribute input, TranscodingRule rule) Method parameters in net.shibboleth.idp.cas.attribute with type arguments of type AttributeModifier and TypeMethodDescriptionAbstractCASAttributeTranscoder.doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule) -
Uses of Attribute in net.shibboleth.idp.cas.attribute.transcoding.impl
Methods in net.shibboleth.idp.cas.attribute.transcoding.impl with parameters of type AttributeModifier and TypeMethodDescriptionprotected IdPAttributeValueCASDateTimeAttributeTranscoder.decodeValue(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, String value) Function to decode a single string value into anIdPAttributeValue.protected IdPAttributeValueCASScopedStringAttributeTranscoder.decodeValue(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, String value) Function to decode a single string value into anIdPAttributeValue.protected IdPAttributeValueCASStringAttributeTranscoder.decodeValue(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, String value) Function to decode a single string value into anIdPAttributeValue. -
Uses of Attribute in net.shibboleth.idp.cas.flow.impl
Method parameters in net.shibboleth.idp.cas.flow.impl with type arguments of type AttributeModifier and TypeMethodDescriptionprotected intPrepareTicketValidationResponseAction.encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) Access the registry of transcoding rules to transform the input attribute into a target type. -
Uses of Attribute in net.shibboleth.idp.cas.protocol
Fields in net.shibboleth.idp.cas.protocol with type parameters of type AttributeMethods in net.shibboleth.idp.cas.protocol that return types with arguments of type AttributeModifier and TypeMethodDescriptionTicketValidationResponse.getAttributes()Get the immutable collection of user attributes.Methods in net.shibboleth.idp.cas.protocol with parameters of type AttributeModifier and TypeMethodDescriptionvoidTicketValidationResponse.addAttribute(Attribute attribute) Add an attribute to the attribute collection.