org.jboss.seam.security.external.openid.api
Interface OpenIdProviderConfigurationApi

All Superinterfaces:
EntityConfigurationApi
All Known Implementing Classes:
OpenIdProviderBean

public interface OpenIdProviderConfigurationApi
extends EntityConfigurationApi

API for accessing the OpenID Provider configuration

Author:
Marcel Kolsteren

Method Summary
 String getXrdsURL()
          Gets the URL where the XRDS is served that can be used by relying parties for OpenID Provider discovery.
 
Methods inherited from interface org.jboss.seam.security.external.api.EntityConfigurationApi
getHostName, getPort, getProtocol, setHostName, setPort, setProtocol
 

Method Detail

getXrdsURL

String getXrdsURL()
Gets the URL where the XRDS is served that can be used by relying parties for OpenID Provider discovery. The document served at this URL is described in the OpenID 2.0 Authentication specification, section 7.3.2.1.1.

Returns:
the URL


Copyright © 2011 Seam Framework. All Rights Reserved.