OpenIdMetadataResolver Interface
public interface OpenIdMetadataResolver
Gets OpenIdMetadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Open |
get(String key)
Gets Open |
Method Details
get
public abstract OpenIdMetadata get(String key)
Gets OpenIdMetadata for the specified key.
Parameters:
key
- The key.
Returns:
An OpenIdMetadata object.