ibi.broker.api.cci
Interface Credential
- All Superinterfaces:
- javax.resource.cci.ConnectionSpec
- All Known Implementing Classes:
- PasswordCredential, SecurityTokenCredential, WebAuthenticateCredential
public interface Credential
- extends javax.resource.cci.ConnectionSpec
This interface passes connection request-specific properties
to the CasterConnectionFactory.getConnection() method.
- Author:
- unxyxc
Method Summary |
java.lang.String |
getUserName()
Return the Credential user name. |
getUserName
java.lang.String getUserName()
- Return the Credential user name.
- Returns:
- String - user name.
Copyright © 2006 Information Builders, Incorporated.