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

All Superinterfaces:
EntityConfigurationApi, OpenIdProviderApi, OpenIdProviderConfigurationApi
All Known Implementing Classes:
OpenIdProviderBean

public interface OpenIdProviderBeanApi
extends OpenIdProviderApi, OpenIdProviderConfigurationApi

Author:
Marek Schmidt (maschmid AT redhat.com)

Method Summary
 String getServiceURL(OpenIdService openIdService)
           
 String getUserNameFromOpLocalIdentifier(String opLocalIdentifier)
           
 String getUsersUrlPrefix()
           
 void writeClaimedIdentifierXrds(Writer writer, String opLocalIdentifier)
           
 void writeOpIdentifierXrds(Writer writer)
           
 
Methods inherited from interface org.jboss.seam.security.external.openid.api.OpenIdProviderApi
authenticationFailed, authenticationSucceeded, getOpLocalIdentifierForUserName, setAttributes
 
Methods inherited from interface org.jboss.seam.security.external.openid.api.OpenIdProviderConfigurationApi
getXrdsURL
 
Methods inherited from interface org.jboss.seam.security.external.api.EntityConfigurationApi
getHostName, getPort, getProtocol, setHostName, setPort, setProtocol
 

Method Detail

getServiceURL

String getServiceURL(OpenIdService openIdService)

getUsersUrlPrefix

String getUsersUrlPrefix()

writeClaimedIdentifierXrds

void writeClaimedIdentifierXrds(Writer writer,
                                String opLocalIdentifier)

getUserNameFromOpLocalIdentifier

String getUserNameFromOpLocalIdentifier(String opLocalIdentifier)

writeOpIdentifierXrds

void writeOpIdentifierXrds(Writer writer)


Copyright © 2011 Seam Framework. All Rights Reserved.