OpenIdMetadataResolver Interface

public interface OpenIdMetadataResolver

Gets OpenIdMetadata.

Method Summary

Modifier and Type Method and Description
abstract OpenIdMetadata get(String key)

Gets OpenIdMetadata for the specified key.

Method Details

get

public abstract OpenIdMetadata get(String key)

Gets OpenIdMetadata for the specified key.

Parameters:

key - The key.

Returns:

An OpenIdMetadata object.

Applies to