Uses of Class
com.nimbusds.openid.connect.sdk.federation.policy.MetadataPolicyEntry
Packages that use MetadataPolicyEntry
Package
Description
OpenID Connect Federation 1.0 policy.
-
Uses of MetadataPolicyEntry in com.nimbusds.openid.connect.sdk.federation.policy
Methods in com.nimbusds.openid.connect.sdk.federation.policy that return MetadataPolicyEntryModifier and TypeMethodDescriptionMetadataPolicyEntry.combine(MetadataPolicyEntry other) Combines this policy entry with another one for the same parameter name.MetadataPolicyEntry.combine(MetadataPolicyEntry other, PolicyOperationCombinationValidator combinationValidator) Combines this policy entry with another one for the same parameter name.Gets the policy entry for the specified metadata parameter name.static MetadataPolicyEntryParses a policy entry for a metadata parameter.static MetadataPolicyEntryMetadataPolicyEntry.parse(String parameterName, net.minidev.json.JSONObject entrySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator) Parses a policy entry for a metadata parameter.Methods in com.nimbusds.openid.connect.sdk.federation.policy that return types with arguments of type MetadataPolicyEntryMethods in com.nimbusds.openid.connect.sdk.federation.policy with parameters of type MetadataPolicyEntryModifier and TypeMethodDescriptionMetadataPolicyEntry.combine(MetadataPolicyEntry other) Combines this policy entry with another one for the same parameter name.MetadataPolicyEntry.combine(MetadataPolicyEntry other, PolicyOperationCombinationValidator combinationValidator) Combines this policy entry with another one for the same parameter name.voidMetadataPolicy.put(MetadataPolicyEntry entry) Puts a policy entry for a metadata parameter.