|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BPMAuthenticationService defines BPEL Process Manager Authentication Service An instance can be obtained from the ServiceFactory. For example: BPMAuthenticationService service = ServiceFactory.getAuthenticationServiceInstance(); BPMAuthenticationService service = ServiceFactory.getAuthenticationServiceInstance("myRealm"); This method will fetch the service instance as configured in the identity service configuration.
| Method Summary | |
void |
authenticateUser(java.lang.String userName, java.lang.String passwd)Authenticates the given user and password against the system. |
Configuration |
getConfiguration()Gets the configuration associated with this service |
BPMProvider |
getProvider()Gets the provider associated with this service |
java.lang.String |
getRealmName()Gets the name of the realm associated with this service. |
| Methods inherited from interface oracle.tip.pc.services.common.Service |
getStatus |
| Method Detail |
public void authenticateUser(java.lang.String userName,
java.lang.String passwd)
throws BPMAuthenticationException,
BPMIdentityException
userName - user namepasswd - user passwordBPMAuthenticationException - if user not authenticatedBPMIdentityException - if error occurs
public java.lang.String getRealmName()
throws BPMIdentityException
BPMIdentityException - If any exception condition occurs.
public Configuration getConfiguration()
throws BPMIdentityException
BPMIdentityException - If any exception condition occurs.public BPMProvider getProvider()
BPMIdentityException - If any exception condition occurs.
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.