Uses of Interface
net.shibboleth.oidc.metadata.policy.impl.CustomMetadataPolicyOperator
Packages that use CustomMetadataPolicyOperator
-
Uses of CustomMetadataPolicyOperator in net.shibboleth.oidc.metadata.policy.impl
Classes in net.shibboleth.oidc.metadata.policy.impl that implement CustomMetadataPolicyOperatorModifier and TypeClassDescriptionclassA custom metadata policy operator that fetches a bean fromApplicationContextand uses it for asCustomMetadataPolicyOperator.classACustomMetadataPolicyOperatorimplementation that uses customizablePredicatefor validating the metadata policy andBiFunctionfor performing the operation.Fields in net.shibboleth.oidc.metadata.policy.impl with type parameters of type CustomMetadataPolicyOperatorModifier and TypeFieldDescriptionprivate Map<String,CustomMetadataPolicyOperator> DefaultMetadataPolicyEnforcer.customOperatorsMap of custom metadata policy operators that are applied after the standard operators.private Map<String,CustomMetadataPolicyOperator> DefaultMetadataPolicyValidator.customOperatorsMap of custom metadata policy operators that are applied after the standard operators.Methods in net.shibboleth.oidc.metadata.policy.impl that return CustomMetadataPolicyOperatorModifier and TypeMethodDescriptionprotected CustomMetadataPolicyOperatorBeanMetadataPolicyOperator.fetchPolicyOperatorBean(MetadataPolicy policy) Fetch the bean fromApplicationContextvia identifier set in the given policy.Method parameters in net.shibboleth.oidc.metadata.policy.impl with type arguments of type CustomMetadataPolicyOperatorModifier and TypeMethodDescriptionvoidDefaultMetadataPolicyEnforcer.setCustomMetadataPolicyOperators(Map<String, CustomMetadataPolicyOperator> operators) Set the map of custom metadata policy operators that are applied after the standard operators.voidDefaultMetadataPolicyValidator.setCustomMetadataPolicyOperators(Map<String, CustomMetadataPolicyOperator> operators) Set the map of custom metadata policy operators that are applied after the standard operators.