|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingClientPartner
Binding Client partner is a partner that supports backend channel communication. This class specifies the expected authentication to SOAP/HTTPS bindings of the local site, including transporting layer certificates for 2-way SSL, and username/password for Basic authentication.
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 |
Method Summary | |
---|---|
String |
getClientPasswordEncrypted()
Gets the encrypted password for Basic authentication if available. |
String |
getClientUsername()
Gets the username used by this partner for Basic authentication when connecting to the SOAP/HTTPS binding of the local site. |
X509Certificate |
getTransportLayerClientCert()
Gets the transport level security (SSL/TLS) certificate that must be used by this partner for 2-way SSL when connecting to the SOAP/HTTPS binding of the local site. |
boolean |
isClientPasswordSet()
Gets the flag that indicates if the password for Basic authentication is set. |
void |
setClientPassword(String password)
Sets the password that must be used by this partner for Basic authentication when connecting to the SOAP/HTTPS binding of the local site. |
void |
setClientUsername(String username)
Sets the username for Basic authentication. |
void |
setTransportLayerClientCert(X509Certificate clientCert)
Sets the transport layer security (SSL/TLS) certificate. |
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName |
Method Detail |
---|
X509Certificate getTransportLayerClientCert()
void setTransportLayerClientCert(X509Certificate clientCert)
clientCert
- the certificate to setBindingClientPartner.getTransportLayerClientCert()
String getClientUsername()
void setClientUsername(String username)
username
- the username to set for Basic authenticationBindingClientPartner.getClientUsername()
String getClientPasswordEncrypted()
BindingClientPartner.setClientPassword(String)
,
BindingClientPartner.isClientPasswordSet()
boolean isClientPasswordSet()
BindingClientPartner.setClientPassword(String)
void setClientPassword(String password)
password
- the password to set for Basic authentication
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |