org.jboss.seam.security.external.openid
Interface OpenIdRpBeanApi

All Superinterfaces:
EntityConfigurationApi, OpenIdRelyingPartyApi, OpenIdRelyingPartyConfigurationApi
All Known Implementing Classes:
OpenIdRpBean

public interface OpenIdRpBeanApi
extends OpenIdRelyingPartyApi, OpenIdRelyingPartyConfigurationApi

Author:
Marek Schmidt (maschmid AT redhat.com)

Method Summary
 String getServiceURL(OpenIdService service)
           
 void writeRpXrds(Writer writer)
           
 
Methods inherited from interface org.jboss.seam.security.external.openid.api.OpenIdRelyingPartyApi
createOpenIdRequestedAttribute, login
 
Methods inherited from interface org.jboss.seam.security.external.openid.api.OpenIdRelyingPartyConfigurationApi
getRealm, getXrdsURL
 
Methods inherited from interface org.jboss.seam.security.external.api.EntityConfigurationApi
getHostName, getPort, getProtocol, setHostName, setPort, setProtocol
 

Method Detail

getServiceURL

String getServiceURL(OpenIdService service)

writeRpXrds

void writeRpXrds(Writer writer)


Copyright © 2011 Seam Framework. All Rights Reserved.