Uses of Class
com.nimbusds.openid.connect.sdk.federation.policy.MetadataPolicyEntry
-
Packages that use MetadataPolicyEntry Package Description com.nimbusds.openid.connect.sdk.federation.policy 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 MetadataPolicyEntry Modifier and Type Method Description MetadataPolicyEntryMetadataPolicyEntry. combine(MetadataPolicyEntry other)Combines this policy entry with another one for the same parameter name.MetadataPolicyEntryMetadataPolicyEntry. combine(MetadataPolicyEntry other, PolicyOperationCombinationValidator combinationValidator)Combines this policy entry with another one for the same parameter name.MetadataPolicyEntryMetadataPolicy. getEntry(String parameterName)Gets the policy entry for the specified metadata parameter name.static MetadataPolicyEntryMetadataPolicyEntry. parse(String parameterName, net.minidev.json.JSONObject entrySpec)Parses 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 MetadataPolicyEntry Modifier and Type Method Description Set<MetadataPolicyEntry>MetadataPolicy. entrySet()Gets the policy entries set.Methods in com.nimbusds.openid.connect.sdk.federation.policy with parameters of type MetadataPolicyEntry Modifier and Type Method Description MetadataPolicyEntryMetadataPolicyEntry. combine(MetadataPolicyEntry other)Combines this policy entry with another one for the same parameter name.MetadataPolicyEntryMetadataPolicyEntry. 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.
-