public class SamlIdpSessionImpl extends Object implements SamlIdpSession
| Constructor and Description |
|---|
SamlIdpSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SamlPrincipal |
getPrincipal()
Returns the details of the principal, i.e.
|
Set<SamlExternalServiceProvider> |
getServiceProviders()
Returns the list of service providers that participate in the session.
|
String |
getSessionIndex() |
int |
hashCode() |
void |
setPrincipal(SamlPrincipal samlPrincipal) |
void |
setServiceProviders(Set<SamlExternalServiceProvider> serviceProviders) |
void |
setSessionIndex(String sessionIndex) |
public SamlPrincipal getPrincipal()
SamlIdpSessiongetPrincipal in interface SamlIdpSessionpublic void setPrincipal(SamlPrincipal samlPrincipal)
public String getSessionIndex()
public void setSessionIndex(String sessionIndex)
public Set<SamlExternalServiceProvider> getServiceProviders()
SamlIdpSessiongetServiceProviders in interface SamlIdpSessionpublic void setServiceProviders(Set<SamlExternalServiceProvider> serviceProviders)
Copyright © 2013 Seam Framework. All Rights Reserved.