Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc.auth.impl
Class UserNameOnlyCredentials

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

All Implemented Interfaces:
Credentials, Credentials.UserNameOnlyCredentials

public class UserNameOnlyCredentials
extends Object
implements Credentials.UserNameOnlyCredentials

Nested Class Summary

 

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

 

Field Summary

 

Fields inherited from interface oracle.stellent.ridc.auth.Credentials.UserNameOnlyCredentials
DEFAULT_USER

 

Constructor Summary
UserNameOnlyCredentials()
          The constructor that will use the DEFAULT_USER
UserNameOnlyCredentials(String userName)
          The constructor for a username that doesn't need a password

 

Method Summary
 String getCredentialsClassName()
           
 String getLogId()
           
 String getUserName()
           

 

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

 

Constructor Detail

UserNameOnlyCredentials

public UserNameOnlyCredentials()
The constructor that will use the DEFAULT_USER

UserNameOnlyCredentials

public UserNameOnlyCredentials(String userName)
The constructor for a username that doesn't need a password
Parameters:
userName - the user name

Method Detail

getUserName

public String getUserName()
Specified by:
getUserName in interface Credentials
Returns:
the user name

getCredentialsClassName

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

getLogId

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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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