public interface SamlIdentityProviderConfigurationApi extends SamlEntityConfigurationApi
| Modifier and Type | Method and Description |
|---|---|
List<SamlExternalServiceProvider> |
getServiceProviders()
Gets a list of all external service providers that have been added
previously by calling
SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader). |
boolean |
isSingleLogoutMessagesSigned()
This property indicates whether outgoing single logout messages are
signed.
|
boolean |
isWantAuthnRequestsSigned()
This property indicates whether incoming authentication requests need to
be signed.
|
boolean |
isWantSingleLogoutMessagesSigned()
This property indicates whether incoming single logout requests are
required to have a valid signature.
|
void |
setSingleLogoutMessagesSigned(boolean singleLogoutMessagesSigned)
|
void |
setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
|
void |
setWantSingleLogoutMessagesSigned(boolean wantSingleLogoutMessagesSigned)
|
addExternalSamlEntity, getEntityId, getExternalSamlEntities, getExternalSamlEntityByEntityId, getMetaDataURL, getPreferredBinding, setEntityId, setPreferredBinding, setSigningKeygetHostName, getPort, getProtocol, setHostName, setPort, setProtocolboolean isWantAuthnRequestsSigned()
void setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
boolean isSingleLogoutMessagesSigned()
void setSingleLogoutMessagesSigned(boolean singleLogoutMessagesSigned)
boolean isWantSingleLogoutMessagesSigned()
void setWantSingleLogoutMessagesSigned(boolean wantSingleLogoutMessagesSigned)
List<SamlExternalServiceProvider> getServiceProviders()
SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader).Copyright © 2013 Seam Framework. All Rights Reserved.