Package | Description |
---|---|
com.bea.security.saml2.providers.registry |
Abstract interfaces for SAML 2.0 Identity Provider and Service Provider partners and metadata.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
IndexedEndpoint |
This class represents the end point that could be indexed, like Artifact Resolution Service's end point.
|
Modifier and Type | Method | Description |
---|---|---|
Endpoint[] |
WebSSOPartner.getSingleLogoutService() |
Gets the Single Logout Service end points for this partner.
|
Endpoint[] |
WebSSOIdPPartner.getSingleSignOnService() |
Gets the Single Sign On Service end points for this partner.
|
Modifier and Type | Method | Description |
---|---|---|
void |
WebSSOPartner.setSingleLogoutService(Endpoint[] endpoints) |
Sets the Single Logout Service end points for this partner.
|
void |
WebSSOIdPPartner.setSingleSignOnService(Endpoint[] endpoints) |
Sets the Single Sign On Service end points for this partner.
|