@ExportedBean public abstract class BaseStandardCredentials extends BaseCredentials implements StandardCredentials
StandardCredentials.StandardCredentials.NameProviderIdCredentials.Helpers| Constructor and Description |
|---|
BaseStandardCredentials(CredentialsScope scope,
String id,
String description)
Constructor.
|
BaseStandardCredentials(String id,
String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Returns the Description.
|
String |
getId()
Returns the ID.
|
int |
hashCode() |
getDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescriptor, getScopepublic BaseStandardCredentials(@CheckForNull
String id,
@CheckForNull
String description)
id - the id.description - the description.public BaseStandardCredentials(@CheckForNull
CredentialsScope scope,
@CheckForNull
String id,
@CheckForNull
String description)
scope - the scope.id - the id.description - the description.@NonNull public String getDescription()
getDescription in interface StandardCredentials@NonNull @Exported public String getId()
getId in interface IdCredentialsCopyright © 2004-2014. All Rights Reserved.