Uses of Class
net.shibboleth.idp.cas.attribute.Attribute
-
Packages that use Attribute Package Description net.shibboleth.idp.cas.attribute APIs for CAS attribute support.net.shibboleth.idp.cas.attribute.transcoding.impl Implementation classes for CAS attribute support.net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.cas.protocol APIs related to the CAS protocol. -
-
Uses of Attribute in net.shibboleth.idp.cas.attribute
Methods in net.shibboleth.idp.cas.attribute that return Attribute Modifier and Type Method Description AttributeAbstractCASAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.Methods in net.shibboleth.idp.cas.attribute that return types with arguments of type Attribute Modifier and Type Method Description Class<Attribute>AbstractCASAttributeTranscoder. getEncodedType()Get the class representing the type of object supported by this transcoder.Methods in net.shibboleth.idp.cas.attribute with parameters of type Attribute Modifier and Type Method Description StringAbstractCASAttributeTranscoder.NamingFunction. apply(Attribute input)protected 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.IdPAttributeAbstractCASAttributeTranscoder. doDecode(ProfileRequestContext profileRequestContext, Attribute input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.Method parameters in net.shibboleth.idp.cas.attribute with type arguments of type Attribute Modifier and Type Method Description AttributeAbstractCASAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation. -
Uses of Attribute in net.shibboleth.idp.cas.attribute.transcoding.impl
Methods in net.shibboleth.idp.cas.attribute.transcoding.impl with parameters of type Attribute Modifier and Type Method Description protected 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 Attribute Modifier and Type Method Description protected 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 Attribute Modifier and Type Field Description private List<Attribute>TicketValidationResponse. attributesUser attributes.Methods in net.shibboleth.idp.cas.protocol that return types with arguments of type Attribute Modifier and Type Method Description Collection<Attribute>TicketValidationResponse. getAttributes()Get the immutable collection of user attributes.Methods in net.shibboleth.idp.cas.protocol with parameters of type Attribute Modifier and Type Method Description voidTicketValidationResponse. addAttribute(Attribute attribute)Add an attribute to the attribute collection.
-