public class SamlSpSessionImpl extends Object implements SamlSpSession
| Constructor and Description |
|---|
SamlSpSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
SamlExternalIdentityProvider |
getIdentityProvider()
Gets the entity provider that manages the session.
|
SamlPrincipal |
getPrincipal()
Gets the details of the principal, i.e.
|
String |
getSessionIndex() |
void |
setIdentityProvider(SamlExternalIdentityProvider identityProvider) |
void |
setPrincipal(SamlPrincipal samlPrincipal) |
void |
setSessionIndex(String sessionIndex) |
public SamlPrincipal getPrincipal()
SamlSpSessiongetPrincipal in interface SamlSpSessionpublic void setPrincipal(SamlPrincipal samlPrincipal)
public String getSessionIndex()
public void setSessionIndex(String sessionIndex)
public SamlExternalIdentityProvider getIdentityProvider()
SamlSpSessiongetIdentityProvider in interface SamlSpSessionpublic void setIdentityProvider(SamlExternalIdentityProvider identityProvider)
Copyright © 2013 Seam Framework. All Rights Reserved.