| Package | Description |
|---|---|
| org.jboss.seam.security.external.saml | |
| org.jboss.seam.security.external.saml.idp | |
| org.jboss.seam.security.external.saml.sp |
| Modifier and Type | Method and Description |
|---|---|
abstract SamlIdpOrSp |
SamlEntityBean.getIdpOrSp() |
static SamlIdpOrSp |
SamlIdpOrSp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlIdpOrSp[] |
SamlIdpOrSp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlMessageReceiver.handleIncomingSamlMessage(SamlServiceType service,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
SamlIdpOrSp idpOrSp) |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpOrSp |
SamlIdpBean.getIdpOrSp() |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpOrSp |
SamlSpBean.getIdpOrSp() |
Copyright © 2013 Seam Framework. All Rights Reserved.