org.jboss.seam.security.external.saml.api
Interface SamlSpSession

All Known Implementing Classes:
SamlSpSessionImpl

public interface SamlSpSession

Session at the SAML Service Provider, managed by a master session at the SAML Identity Provider. Other Service Providers can also participate in the same master session.

Author:
Marcel Kolsteren

Method Summary
 SamlExternalIdentityProvider getIdentityProvider()
          Gets the entity provider that manages the session.
 SamlPrincipal getPrincipal()
          Gets the details of the principal, i.e.
 

Method Detail

getPrincipal

SamlPrincipal getPrincipal()
Gets the details of the principal, i.e. the logged in user.

Returns:
the principal

getIdentityProvider

SamlExternalIdentityProvider getIdentityProvider()
Gets the entity provider that manages the session.

Returns:
the entity provider


Copyright © 2011 Seam Framework. All Rights Reserved.