| Package | Description |
|---|---|
| org.jboss.seam.security.external.saml.api | |
| org.jboss.seam.security.external.saml.idp |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlExternalServiceProvider> |
SamlIdpSession.getServiceProviders()
Returns the list of service providers that participate in the session.
|
List<SamlExternalServiceProvider> |
SamlIdentityProviderConfigurationApi.getServiceProviders()
Gets a list of all external service providers that have been added
previously by calling
SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader). |
| Modifier and Type | Method and Description |
|---|---|
SamlExternalServiceProvider |
SamlIdpBean.addExternalSamlEntity(Reader reader) |
SamlExternalServiceProvider |
SamlIdpBean.addExternalServiceProvider(String entityId,
SPSSODescriptorType spSsoDescriptor) |
SamlExternalServiceProvider |
SamlIdpBean.getExternalSamlEntityByEntityId(String entityId) |
| Modifier and Type | Method and Description |
|---|---|
Set<SamlExternalServiceProvider> |
SamlIdpSessionImpl.getServiceProviders() |
List<SamlExternalServiceProvider> |
SamlIdpBean.getServiceProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdpSingleLogoutService.sendSingleLogoutRequestToSP(SamlIdpSession session,
SamlExternalServiceProvider sp,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdpSessionImpl.setServiceProviders(Set<SamlExternalServiceProvider> serviceProviders) |
Copyright © 2013 Seam Framework. All Rights Reserved.