| Package | Description |
|---|---|
| org.jboss.seam.security.external | |
| org.jboss.seam.security.external.saml.api | |
| org.jboss.seam.security.external.saml.sp | |
| org.jboss.seam.security.external.spi |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlSpSession> |
SamlMultiUserServiceProviderApi.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlMultiUserServiceProviderApi.globalLogout(SamlSpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlMultiUserServiceProviderApi.localLogout(SamlSpSession session) |
| Modifier and Type | Method and Description |
|---|---|
SamlSpSession |
SamlServiceProviderApi.getSession()
Gets the current session (login).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamlSpSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
SamlSpSession |
SamlSpLogoutDialogue.getSession() |
SamlSpSession |
SamlSpSingleUser.getSession() |
SamlSpSession |
SamlSpSessions.getSession(SamlPrincipal samlPrincipal,
String idpEntityId,
String sessionIndex) |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlSpSession> |
SamlSpBean.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlSpBean.globalLogout(SamlSpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlSpBean.localLogout(SamlSpSession session) |
void |
SamlSpLogoutDialogue.setSession(SamlSpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlServiceProviderSpi.loggedIn(SamlSpSession session,
String url,
ResponseHolder responseHolder)
When the service provider receives an unsolicited login from an identity
provider, this method is called.
|
void |
SamlServiceProviderSpi.loggedOut(SamlSpSession session)
When the service provider receives a logout request from an identity
provider, this method is called.
|
void |
SamlServiceProviderSpi.loginSucceeded(SamlSpSession session,
ResponseHolder responseHolder)
This method is called after successful external authentication of the
user.
|
Copyright © 2013 Seam Framework. All Rights Reserved.