| Modifier and Type | Method and Description |
|---|---|
abstract SamlExternalEntity |
SamlEntityBean.addExternalSamlEntity(Reader reader) |
SamlExternalEntity |
SamlDialogue.getExternalProvider() |
abstract SamlExternalEntity |
SamlEntityBean.getExternalSamlEntityByEntityId(String entityId) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<SamlExternalEntity> |
SamlEntityBean.getExternalSamlEntities() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
SamlDialogue.setExternalProvider(SamlExternalEntity externalProvider) |
| Modifier and Type | Method and Description |
|---|---|
SamlExternalEntity |
SamlEntityConfigurationApi.addExternalSamlEntity(Reader reader)
This method can be used to add an external SAML entity that is trusted by
the entity that is being configured.
|
SamlExternalEntity |
SamlEntityConfigurationApi.getExternalSamlEntityByEntityId(String entityId)
Gets the detailed of a trusted external entity, that has been added
previously by calling
SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader). |
| Modifier and Type | Method and Description |
|---|---|
List<SamlExternalEntity> |
SamlEntityConfigurationApi.getExternalSamlEntities()
Gets a list of all external entities that have been added previously by
calling
SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader). |
| Modifier and Type | Class and Description |
|---|---|
class |
SamlExternalServiceProvider |
| Modifier and Type | Method and Description |
|---|---|
List<SamlExternalEntity> |
SamlIdpBean.getExternalSamlEntities() |
| Modifier and Type | Class and Description |
|---|---|
class |
SamlExternalIdentityProvider |
| Modifier and Type | Method and Description |
|---|---|
List<SamlExternalEntity> |
SamlSpBean.getExternalSamlEntities() |
Copyright © 2013 Seam Framework. All Rights Reserved.