|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSSOPartner
Web SSO partners that have metadata information(contact information), and also have Binding Client information since they support Artifact (SOAP) binding.
Field Summary |
---|
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES |
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES |
Method Summary | |
---|---|
String |
getArtifactBindingPostForm()
Gets the POST form for the HTTP/Artifact binding. |
IndexedEndpoint[] |
getArtifactResolutionService()
|
String |
getPostBindingPostForm()
Gets the POST form for the HTTP/POST binding. |
X509Certificate |
getSSOSigningCert()
Get the SSON Signing Certificate. |
boolean |
isArtifactBindingUsePOSTMethod()
Gets the artifact binding use POST HTTP method flag. |
boolean |
isWantArtifactRequestSigned()
Gets the flag that determines if the <ArtifactRequest> documents will be signed |
void |
setArtifactBindingPostForm(String postForm)
Sets the POST form for the HTTP/Artifact binding. |
void |
setArtifactBindingUsePOSTMethod(boolean isPOSTArtifact)
|
void |
setArtifactResolutionService(IndexedEndpoint[] endpoints)
|
void |
setPostBindingPostForm(String postForm)
Sets the POST form for the HTTP/POST binding. |
void |
setSSOSigningCert(X509Certificate ssoSigningCert)
Set the SSO Signing Certificate. |
void |
setWantArtifactRequestSigned(boolean wantSigned)
Sets the flag that determines if the <ArtifactRequest> documents will be signed |
Methods inherited from interface com.bea.security.saml2.providers.registry.MetadataPartner |
---|
getContactPersonCompany, getContactPersonEmailAddress, getContactPersonGivenName, getContactPersonSurName, getContactPersonTelephoneNumber, getContactPersonType, getEntityID, getErrorURL, getOrganizationName, getOrganizationURL, setContactPersonCompany, setContactPersonEmailAddress, setContactPersonGivenName, setContactPersonSurName, setContactPersonTelephoneNumber, setContactPersonType, setEntityID, setErrorURL, setOrganizationName, setOrganizationURL |
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName |
Methods inherited from interface com.bea.security.saml2.providers.registry.BindingClientPartner |
---|
getClientPasswordEncrypted, getClientUsername, getTransportLayerClientCert, isClientPasswordSet, setClientPassword, setClientUsername, setTransportLayerClientCert |
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName |
Method Detail |
---|
IndexedEndpoint[] getArtifactResolutionService()
X509Certificate getSSOSigningCert()
void setSSOSigningCert(X509Certificate ssoSigningCert)
ssoSigningCert
- The SSO Signing Certificate to set.WebSSOPartner.getSSOSigningCert()
void setArtifactResolutionService(IndexedEndpoint[] endpoints)
boolean isArtifactBindingUsePOSTMethod()
void setArtifactBindingUsePOSTMethod(boolean isPOSTArtifact)
String getArtifactBindingPostForm()
void setArtifactBindingPostForm(String postForm)
postForm
- The URI of the POST form to set.boolean isWantArtifactRequestSigned()
void setWantArtifactRequestSigned(boolean wantSigned)
wantSigned
- want signed flagString getPostBindingPostForm()
void setPostBindingPostForm(String postForm)
postForm
- The URI of the POST form to set.
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |