Package oracle.stellent.ridc.auth.impl
Class UserNameOnlyCredentials
java.lang.Object
oracle.stellent.ridc.auth.impl.UserNameOnlyCredentials
- All Implemented Interfaces:
Credentials
,Credentials.UserNameOnlyCredentials
@Exported
public class UserNameOnlyCredentials
extends Object
implements Credentials.UserNameOnlyCredentials
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.auth.Credentials
Credentials.AppIdClientCredentials, Credentials.BasicCredentials, Credentials.BearerTokenCredentials, Credentials.HeaderCredentials, Credentials.HttpClientCredentials, Credentials.UserNameOnlyCredentials
-
Field Summary
Fields inherited from interface oracle.stellent.ridc.auth.Credentials.UserNameOnlyCredentials
DEFAULT_USER
-
Constructor Summary
ConstructorsConstructorDescriptionThe constructor that will use the DEFAULT_USERUserNameOnlyCredentials
(String userName) The constructor for a username that doesn't need a password -
Method Summary
-
Constructor Details
-
UserNameOnlyCredentials
public UserNameOnlyCredentials()The constructor that will use the DEFAULT_USER -
UserNameOnlyCredentials
The constructor for a username that doesn't need a password- Parameters:
userName
- the user name
-
-
Method Details
-
getUserName
- Specified by:
getUserName
in interfaceCredentials
- Returns:
- the user name
-
getCredentialsClassName
- Specified by:
getCredentialsClassName
in interfaceCredentials
- Returns:
- the name of the credentials class
-
getLogId
- Specified by:
getLogId
in interfaceCredentials
- Returns:
- the identifier used for these credentials
-