org.jboss.seam.security.examples.id_provider
Class SamlIdentityProviderSpiImpl
java.lang.Object
org.jboss.seam.security.examples.id_provider.SamlIdentityProviderSpiImpl
- All Implemented Interfaces:
- SamlIdentityProviderSpi
public class SamlIdentityProviderSpiImpl
- extends Object
- implements SamlIdentityProviderSpi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlIdentityProviderSpiImpl
public SamlIdentityProviderSpiImpl()
authenticate
public void authenticate(ResponseHolder responseHolder)
- Specified by:
authenticate in interface SamlIdentityProviderSpi
globalLogoutFailed
public void globalLogoutFailed(ResponseHolder responseHolder)
- Specified by:
globalLogoutFailed in interface SamlIdentityProviderSpi
globalLogoutSucceeded
public void globalLogoutSucceeded(ResponseHolder responseHolder)
- Specified by:
globalLogoutSucceeded in interface SamlIdentityProviderSpi
loggedOut
public void loggedOut(SamlIdpSession session)
- Specified by:
loggedOut in interface SamlIdentityProviderSpi
Copyright © 2011 Seam Framework. All Rights Reserved.