| Package | Description |
|---|---|
| org.jboss.seam.security.external.saml | |
| org.jboss.seam.security.external.saml.api |
| Modifier and Type | Method and Description |
|---|---|
SamlBinding |
SamlEndpoint.getBinding() |
SamlBinding |
SamlEntityBean.getPreferredBinding() |
| Modifier and Type | Method and Description |
|---|---|
SamlEndpoint |
SamlService.getEndpointForBinding(SamlBinding samlBinding) |
void |
SamlEntityBean.setPreferredBinding(SamlBinding preferredBinding) |
| Constructor and Description |
|---|
SamlEndpoint(SamlService service,
SamlBinding samlBinding,
String location,
String responseLocation) |
| Modifier and Type | Method and Description |
|---|---|
SamlBinding |
SamlEntityConfigurationApi.getPreferredBinding()
The preferred SAML protocol binding.
|
static SamlBinding |
SamlBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlBinding[] |
SamlBinding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlEntityConfigurationApi.setPreferredBinding(SamlBinding preferredBinding)
|
Copyright © 2013 Seam Framework. All Rights Reserved.