| Package | Description |
|---|---|
| org.jboss.seam.security.external | |
| org.jboss.seam.security.external.saml.api | |
| org.jboss.seam.security.external.saml.idp | |
| org.jboss.seam.security.external.saml.sp |
| Modifier and Type | Class and Description |
|---|---|
class |
SamlPrincipalImpl |
| Modifier and Type | Method and Description |
|---|---|
SamlPrincipal |
SamlIdpSession.getPrincipal()
Returns the details of the principal, i.e.
|
SamlPrincipal |
SamlSpSession.getPrincipal()
Gets the details of the principal, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
SamlPrincipal |
SamlIdpSessionImpl.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlIdpSessions.addSession(SamlPrincipal principal) |
SamlIdpSession |
SamlIdpSessions.getSession(SamlPrincipal principal,
String sessionIndex) |
void |
SamlIdpSingleLogoutService.handleIDPInitiatedSingleLogout(SamlPrincipal principal,
List<String> indexes,
javax.servlet.http.HttpServletResponse response) |
void |
SamlIdpSessionImpl.setPrincipal(SamlPrincipal samlPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
SamlPrincipal |
SamlSpSessionImpl.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
SamlSpSession |
SamlSpSessions.getSession(SamlPrincipal samlPrincipal,
String idpEntityId,
String sessionIndex) |
void |
SamlSpSessionImpl.setPrincipal(SamlPrincipal samlPrincipal) |
Copyright © 2013 Seam Framework. All Rights Reserved.