|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingClientPartner
BindingClientPartner is the partner that supports backend channel communication. This class contains some information to authenticate against the peer, including transporting layer certificates for 2-way SSL, 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()
Returns encrypted client binding password, if available |
String |
getClientUsername()
Get the binding client username. |
X509Certificate |
getTransportLayerClientCert()
Get the transport level security (TLS/SSL) client certificate. |
boolean |
isClientPasswordSet()
Check whether the ClientPassword is set |
void |
setClientPassword(String password)
Set the password that must be used by this partner when access bindings of the local site, e.g. |
void |
setClientUsername(String username)
Set the binding client username. |
void |
setTransportLayerClientCert(X509Certificate clientCert)
Set the transport layer security (TLS/SSL) client 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 client certificateBindingClientPartner.getTransportLayerClientCert()
String getClientUsername()
void setClientUsername(String username)
username
- The binding client usernameBindingClientPartner.getClientUsername()
String getClientPasswordEncrypted()
boolean isClientPasswordSet()
BindingClientPartner.setClientPassword(String)
void setClientPassword(String password)
password
- The client binding password 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 |