Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.auth.impl
Class AppIdClientCredentials

java.lang.Object
  extended by oracle.stellent.ridc.auth.impl.AppIdClientCredentials

All Implemented Interfaces:
Credentials, Credentials.AppIdClientCredentials

public class AppIdClientCredentials
extends java.lang.Object
implements Credentials.AppIdClientCredentials

Credentials for use with the APP_ID, or scf_key technology


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.stellent.ridc.auth.Credentials
Credentials.AppIdClientCredentials, Credentials.BasicCredentials, Credentials.HeaderCredentials, Credentials.HttpClientCredentials, Credentials.UserNameOnlyCredentials

 

Constructor Summary
AppIdClientCredentials(java.lang.String appId)
           

 

Method Summary
 java.lang.String getAppId()
           
 java.lang.String getCredentialsClassName()
           
 java.lang.String getLogId()
           
 java.lang.String getUserName()
           

 

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

 

Constructor Detail

AppIdClientCredentials

public AppIdClientCredentials(java.lang.String appId)
Parameters:
appId - the APP_ID or oracle.wsm.csf-key value

Method Detail

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface Credentials
Returns:
the user name (always null for this credential)

getAppId

public java.lang.String getAppId()
Specified by:
getAppId in interface Credentials.AppIdClientCredentials
Returns:
the scf key needed for the library to find the credentials

getCredentialsClassName

public java.lang.String getCredentialsClassName()
Specified by:
getCredentialsClassName in interface Credentials
Returns:
the name of the credentials class

getLogId

public java.lang.String getLogId()
Specified by:
getLogId in interface Credentials
Returns:
the identifier used for these credentials

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.