Uses of Class
net.shibboleth.idp.attribute.context.AttributeContext
-
Packages that use AttributeContext Package Description net.shibboleth.idp.attribute.context Context to do with Attribute Manipulation. -
-
Uses of AttributeContext in net.shibboleth.idp.attribute.context
Methods in net.shibboleth.idp.attribute.context that return AttributeContext Modifier and Type Method Description AttributeContextAttributeContext. setConsented(boolean flag)Sets whether attribute release consent was obtained from the subject during this request but not stored.AttributeContextAttributeContext. setIdPAttributes(Collection<IdPAttribute> newAttributes)Sets the attributes tracked by this context.AttributeContextAttributeContext. setUnfilteredIdPAttributes(Collection<IdPAttribute> newAttributes)Sets the unfiltered attributes tracked by this context.
-