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.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)Methods in net.shibboleth.idp.cas.attribute that return types with arguments of type Attribute Modifier and Type Method Description Class<Attribute>AbstractCASAttributeTranscoder. getEncodedType()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)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) -
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.
-