org.jboss.seam.security.external.saml.idp
Interface SamlIdpBeanApi

All Superinterfaces:
EntityConfigurationApi, SamlEntityConfigurationApi, SamlIdentityProviderConfigurationApi, SamlMultiUserIdentityProviderApi
All Known Implementing Classes:
SamlIdpBean

public interface SamlIdpBeanApi
extends SamlMultiUserIdentityProviderApi, SamlIdentityProviderConfigurationApi

Author:
Marek Schmidt (maschmid AT redhat.com)

Method Summary
 
Methods inherited from interface org.jboss.seam.security.external.SamlMultiUserIdentityProviderApi
authenticationFailed, authenticationSucceeded, createNameId, getSessions, globalLogout, localLogin, localLogout, remoteLogin
 
Methods inherited from interface org.jboss.seam.security.external.saml.api.SamlIdentityProviderConfigurationApi
getServiceProviders, isSingleLogoutMessagesSigned, isWantAuthnRequestsSigned, isWantSingleLogoutMessagesSigned, setSingleLogoutMessagesSigned, setWantAuthnRequestsSigned, setWantSingleLogoutMessagesSigned
 
Methods inherited from interface org.jboss.seam.security.external.saml.api.SamlEntityConfigurationApi
addExternalSamlEntity, getEntityId, getExternalSamlEntities, getExternalSamlEntityByEntityId, getMetaDataURL, getPreferredBinding, setEntityId, setPreferredBinding, setSigningKey
 
Methods inherited from interface org.jboss.seam.security.external.api.EntityConfigurationApi
getHostName, getPort, getProtocol, setHostName, setPort, setProtocol
 



Copyright © 2011 Seam Framework. All Rights Reserved.