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(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, net.shibboleth.idp.attribute.IdPAttribute attribute, Class<? extends Attribute> to, net.shibboleth.idp.attribute.transcoding.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 net.shibboleth.idp.attribute.IdPAttributeAbstractCASAttributeTranscoder. buildIdPAttribute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, Attribute attribute, net.shibboleth.idp.attribute.transcoding.TranscodingRule rule, List<net.shibboleth.idp.attribute.IdPAttributeValue> attributeValues)Builds anIdPAttributefrom the given values.protected abstract net.shibboleth.idp.attribute.IdPAttributeValueAbstractCASAttributeTranscoder. decodeValue(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, Attribute attribute, net.shibboleth.idp.attribute.transcoding.TranscodingRule rule, String value)Function to decode a single string value into anIdPAttributeValue.net.shibboleth.idp.attribute.IdPAttributeAbstractCASAttributeTranscoder. doDecode(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, Attribute input, net.shibboleth.idp.attribute.transcoding.TranscodingRule rule)Method parameters in net.shibboleth.idp.cas.attribute with type arguments of type Attribute Modifier and Type Method Description AttributeAbstractCASAttributeTranscoder. doEncode(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, net.shibboleth.idp.attribute.IdPAttribute attribute, Class<? extends Attribute> to, net.shibboleth.idp.attribute.transcoding.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.
-