| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlIdpSession> |
SamlMultiUserIdentityProviderApi.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlMultiUserIdentityProviderApi.authenticationSucceeded(SamlIdpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlMultiUserIdentityProviderApi.globalLogout(SamlIdpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlMultiUserIdentityProviderApi.localLogout(SamlIdpSession session) |
void |
SamlMultiUserIdentityProviderApi.remoteLogin(String spEntityId,
SamlIdpSession session,
String remoteUrl,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
SamlMessageFactory.createResponse(SamlIdpSession session,
SamlEndpoint externalSamlEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlIdentityProviderApi.getSession()
Gets the current SAML session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamlIdpSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlIdpSessions.addSession(SamlPrincipal principal) |
SamlIdpSession |
SamlIdpSingleUser.getSession() |
SamlIdpSession |
SamlIdpOutgoingLogoutDialogue.getSession() |
SamlIdpSession |
SamlIdpSessions.getSession(SamlPrincipal principal,
String sessionIndex) |
SamlIdpSession |
SamlIdpBean.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlIdpSession> |
SamlIdpBean.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdpBean.authenticationSucceeded(SamlIdpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpBean.globalLogout(SamlIdpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpSingleSignOnService.handleSucceededAuthentication(SamlIdpSession session,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpBean.localLogout(SamlIdpSession session) |
void |
SamlIdpSingleSignOnService.remoteLogin(String spEntityId,
SamlIdpSession session,
String remoteUrl,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpBean.remoteLogin(String spEntityId,
SamlIdpSession session,
String remoteUrl,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpSingleLogoutService.sendSingleLogoutRequestToSP(SamlIdpSession session,
SamlExternalServiceProvider sp,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpOutgoingLogoutDialogue.setSession(SamlIdpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdentityProviderSpi.loggedOut(SamlIdpSession session)
When the service provider receives a logout request from a service
provider, this method is called.
|
Copyright © 2013 Seam Framework. All Rights Reserved.