| 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 |
|---|---|
SamlProfile |
SamlServiceType.getProfile() |
SamlProfile |
SamlService.getProfile() |
static SamlProfile |
SamlProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlProfile[] |
SamlProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SamlService |
SamlExternalEntity.getService(SamlProfile service) |
void |
SamlMessageSender.sendRequest(SamlExternalEntity samlProvider,
SamlProfile profile,
RequestAbstractType samlRequest,
javax.servlet.http.HttpServletResponse response) |
void |
SamlMessageSender.sendResponse(SamlExternalEntity samlProvider,
StatusResponseType samlResponse,
SamlProfile profile,
javax.servlet.http.HttpServletResponse response) |
| Constructor and Description |
|---|
SamlService(SamlProfile profile,
List<? extends EndpointType> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
SamlService |
SamlExternalServiceProvider.getService(SamlProfile service) |
| Modifier and Type | Method and Description |
|---|---|
SamlService |
SamlExternalIdentityProvider.getService(SamlProfile service) |
Copyright © 2013 Seam Framework. All Rights Reserved.