Interface RPMetadataPolicyFactory
- All Known Implementing Classes:
DefaultRPMetadataPolicyFactory
public interface RPMetadataPolicyFactory
OpenID relying party metadata policy factory.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(OIDCClientMetadata initialMetadata, OIDCClientInformation target) Creates an OpenID relying party metadata policy for an explicit client registration.
-
Method Details
-
create
MetadataPolicy create(OIDCClientMetadata initialMetadata, OIDCClientInformation target) throws PolicyFormulationException Creates an OpenID relying party metadata policy for an explicit client registration.- Parameters:
initialMetadata- The initial metadata submitted by the relying party. Must not benull.target- The registered OpenID relying party information. Must not benull.- Returns:
- The OpenID relying party metadata policy.
- Throws:
PolicyFormulationException- If the metadata policy couldn't be formulated.
-