Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.identity.oid
Class OIDApplicationEntry

java.lang.Object
  extended byoracle.tip.pc.services.identity.oid.OIDApplicationEntry


public class OIDApplicationEntry
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String APPLICATION_CONTAINER
           
static java.lang.String APPLICATION_ENTRY
           

 

Method Summary
static void changePassword(java.lang.String appName, java.lang.String subAppName, java.lang.String oldPassword, java.lang.String newPassword)
          Change ApplicationEntry password
 java.lang.String getAppClrTxtPwd(com.collaxa.cube.engine.types.bpel.CXPartnerLink pLink)
          Gets Application clear text password
 java.lang.String getAppNormDN(com.collaxa.cube.engine.types.bpel.CXPartnerLink pLink)
          Gets Application normarmalized DN
static OIDApplicationEntry getOIDApplicationEntry(com.collaxa.cube.engine.types.bpel.CXPartnerLink ctxLnk, java.lang.String s2sProxyUser)
          Gets ApplicationEntry object
static void main(java.lang.String[] args)
          Main
static OIDApplicationEntry makeApplicationEntry(java.lang.String appName, java.lang.String subAppName)
          Makes name application entry or add current AS instance to existing entry

 

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

 

Field Detail

APPLICATION_CONTAINER

public static final java.lang.String APPLICATION_CONTAINER
See Also:
Constant Field Values

APPLICATION_ENTRY

public static final java.lang.String APPLICATION_ENTRY
See Also:
Constant Field Values

Method Detail

makeApplicationEntry

public static OIDApplicationEntry makeApplicationEntry(java.lang.String appName,
                                                       java.lang.String subAppName)
                                                throws BPMIdentityException
Makes name application entry or add current AS instance to existing entry
Parameters:
appName - an application container name
subAppName - an application entry name
Returns:
OIDApplicationEntry object
Throws:
BPMIdentityException - if error occurs

getAppNormDN

public java.lang.String getAppNormDN(com.collaxa.cube.engine.types.bpel.CXPartnerLink pLink)
                              throws BPMIdentityException
Gets Application normarmalized DN
Parameters:
pLink - a CXPartnerLink object
Returns:
normalized application DN
Throws:
BPMIdentityException - if error occurs

getAppClrTxtPwd

public java.lang.String getAppClrTxtPwd(com.collaxa.cube.engine.types.bpel.CXPartnerLink pLink)
                                 throws BPMIdentityException
Gets Application clear text password
Parameters:
pLink - a CXPartnerLink object
Returns:
application clear text password
Throws:
BPMIdentityException - it error occurs

getOIDApplicationEntry

public static OIDApplicationEntry getOIDApplicationEntry(com.collaxa.cube.engine.types.bpel.CXPartnerLink ctxLnk,
                                                         java.lang.String s2sProxyUser)
                                                  throws BPMIdentityException
Gets ApplicationEntry object
Parameters:
ctxLnk - a CXPartnerLink object
s2sProxyUser - a proxy user name
Returns:
OIDApplicationEntry object
Throws:
BPMIdentityException

changePassword

public static void changePassword(java.lang.String appName,
                                  java.lang.String subAppName,
                                  java.lang.String oldPassword,
                                  java.lang.String newPassword)
                           throws java.lang.Exception
Change ApplicationEntry password
Parameters:
appName - an application conteiner name
subAppName - an application entry name
oldPassword - an old password
newPassword - an old password
Throws:
BPMIdentityException
java.lang.Exception

main

public static void main(java.lang.String[] args)
Main
Parameters:
args - - optional arguments. By default if arg[0] is null application container name is set to OraBPEL1 and if arg[1] is null application entry is set to OraBPEL1

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.