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