|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.IfsFdkCredential
public class IfsFdkCredential
Represents a wrapper around IFS Credential.
Constructor Summary | |
---|---|
IfsFdkCredential(oracle.ifs.common.Credential credential) Constructs a wrapped credential with no login options. |
|
IfsFdkCredential(oracle.ifs.common.Credential credential, java.util.Map options) Constructs a wrapped credential with possible login options. |
Method Summary | |
---|---|
oracle.ifs.common.Credential |
getIfsCredential() Returns the wrapped IFS Credential. |
java.util.Map |
getOptions() |
java.lang.String |
getUsername() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IfsFdkCredential(oracle.ifs.common.Credential credential)
credential
- The wrapped IFS Credential. Required.public IfsFdkCredential(oracle.ifs.common.Credential credential, java.util.Map options)
credential
- The wrapped IFS Credential. Required.options
- The login options. Optional.Method Detail |
---|
public java.lang.String getUsername()
IfsFdkCredential
getUsername
in interface FdkCredential
null
otherwise.public java.util.Map getOptions()
IfsFdkCredential
getOptions
in interface FdkCredential
public oracle.ifs.common.Credential getIfsCredential()
IfsFdkCredential
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |