Uses of Class
net.shibboleth.idp.attribute.ScopedStringAttributeValue
-
Packages that use ScopedStringAttributeValue Package Description net.shibboleth.idp.cas.attribute.transcoding.impl Implementation classes for CAS attribute support.net.shibboleth.idp.saml.attribute.transcoding Base classes for SAMLAttributeTranscoder
classes.net.shibboleth.idp.saml.attribute.transcoding.impl Implementations of SAML transcoders. -
-
Uses of ScopedStringAttributeValue in net.shibboleth.idp.cas.attribute.transcoding.impl
Methods in net.shibboleth.idp.cas.attribute.transcoding.impl with parameters of type ScopedStringAttributeValue Modifier and Type Method Description protected String
CASScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)
Encodes an attribute value into a string. -
Uses of ScopedStringAttributeValue in net.shibboleth.idp.saml.attribute.transcoding
Methods in net.shibboleth.idp.saml.attribute.transcoding with parameters of type ScopedStringAttributeValue Modifier and Type Method Description static XMLObject
SAMLEncoderSupport. encodeScopedStringValueAttribute(IdPAttribute attribute, QName attributeValueElementName, ScopedStringAttributeValue value, String scopeAttributeName, boolean withType)
Encode aScopedStringAttributeValue
value in to an SAML attribute value element using the (older Shibboleth) sytnax where the scope is inside an XML attribute.static XMLObject
SAMLEncoderSupport. encodeScopedStringValueInline(IdPAttribute attribute, QName attributeValueElementName, ScopedStringAttributeValue value, String scopeDelimiter, boolean withType)
Encode aScopedStringAttributeValue
value into a SAML attribute value element using the "inline" syntax where the scope and value are combined into a string. -
Uses of ScopedStringAttributeValue in net.shibboleth.idp.saml.attribute.transcoding.impl
Methods in net.shibboleth.idp.saml.attribute.transcoding.impl with parameters of type ScopedStringAttributeValue Modifier and Type Method Description protected XMLObject
SAML1ScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)
Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2ScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)
Encodes an attribute value into a SAML AttributeValue element.
-