| Package | Description |
|---|---|
| org.jboss.seam.security.external.saml |
| Modifier and Type | Field and Description |
|---|---|
protected SamlRequestOrResponse |
SamlMessage.samlRequestOrResponse |
| Modifier and Type | Method and Description |
|---|---|
SamlRequestOrResponse |
SamlMessage.getRequestOrResponse() |
static SamlRequestOrResponse |
SamlRequestOrResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlRequestOrResponse[] |
SamlRequestOrResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlMessage.setRequestOrResponse(SamlRequestOrResponse samlRequestOrResponse) |
| Constructor and Description |
|---|
SamlRedirectMessage(SamlRequestOrResponse samlRequestOrResponse,
javax.servlet.ServletRequest request) |
Copyright © 2013 Seam Framework. All Rights Reserved.