Uses of Class
net.shibboleth.oidc.metadata.policy.MetadataPolicy.Builder
Packages that use MetadataPolicy.Builder
-
Uses of MetadataPolicy.Builder in net.shibboleth.oidc.metadata.policy
Methods in net.shibboleth.oidc.metadata.policy that return MetadataPolicy.BuilderModifier and TypeMethodDescriptionSet the value(s) to be added for the claim.MetadataPolicy.Builder.withCustomOperator(String name, Object value) Add a custom operator to the map of custom operators.MetadataPolicy.Builder.withDefaultValue(Object value) Set the default value for the claim to be used in case none is specified.MetadataPolicy.Builder.withEssential(Boolean isEssential) Set the flag indicating that the claim must have a value.MetadataPolicy.Builder.withOneOfValues(List<Object> values) Set the list of values from which the claim must be one of.MetadataPolicy.Builder.withRegexp(String value) Set the regular expression that the claim value must meet.MetadataPolicy.Builder.withSubsetOfValues(List<Object> values) Set the list of value(s) from which the claim must be subset of.MetadataPolicy.Builder.withSupersetOfValues(List<Object> values) Set the list of value(s) from which the claim must be superset of.Set the (forced) value for the claim.