Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.bpel.client.auth
Class DomainAuth

java.lang.Object
  extended by com.oracle.bpel.client.auth.ServerAuth
      extended by com.oracle.bpel.client.auth.DomainAuth

All Implemented Interfaces:
java.io.Serializable

public final class DomainAuth
extends ServerAuth
implements java.io.Serializable

This class contains the authentication credentials for a particular BPEL process domain. This class should not be instantiated directly unless the authentication token for the BPEL process domain has been obtained beforehand. Users should use the DomainAuthFactory class to generate the token after authenticating with the domain password.

Since:
2.0
See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.oracle.bpel.client.auth.ServerAuth
mContextProps, mIpAddress, mToken

 

Constructor Summary
DomainAuth(java.lang.String domainId, java.util.Hashtable initContextProps)
           
DomainAuth(java.lang.String domainId, java.lang.String token, java.lang.String ipAddress)
          Constructs a domain authenticator for domain domainId, with the authentication token token.

 

Method Summary
 java.lang.String getDomainId()
          Returns the domain identifier for this domain authenticator.

 

Methods inherited from class com.oracle.bpel.client.auth.ServerAuth
getContextProperties, getIpAddress, getToken, setContextProperties

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DomainAuth

public DomainAuth(java.lang.String domainId,
                  java.util.Hashtable initContextProps)

DomainAuth

public DomainAuth(java.lang.String domainId,
                  java.lang.String token,
                  java.lang.String ipAddress)
Constructs a domain authenticator for domain domainId, with the authentication token token. An optional client IP address may be passed in; this information will be used to log failed attempts to authenticate with the BPEL process domain.
Parameters:
domainId - the BPEL process domain identifier
token - the authentication token for the BPEL process domain
ipAddress - IP address of the calling client (optional)

Method Detail

getDomainId

public java.lang.String getDomainId()
Returns the domain identifier for this domain authenticator.

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.