public abstract class Credential extends BaseModel
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SCOPE_GLOBAL |
| Constructor and Description |
|---|
Credential() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Object> |
dataForCreate() |
abstract Map<String,Object> |
dataForUpdate() |
String |
getDescription() |
String |
getDisplayName() |
String |
getFullName() |
String |
getId() |
String |
getScope() |
String |
getTypeName() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName)
Should not be used.
|
void |
setFullName(String fullName)
Should not be used.
|
void |
setId(String id)
Set the id of the credential.
|
void |
setScope(String scope)
Set the scope of the credential.
|
void |
setTypeName(String typeName)
Should not be used.
|
boolean |
useMultipartForm()
Indicate if the request should be sent as multipart/form data
|
protected static final String SCOPE_GLOBAL
public String getScope()
public void setScope(String scope)
scope - public String getDescription()
public void setDescription(String description)
public String getId()
public void setId(String id)
id - the id of the credential.public String getFullName()
public void setFullName(String fullName)
fullName - public String getTypeName()
public void setTypeName(String typeName)
typeName - public String getDisplayName()
public void setDisplayName(String displayName)
displayName - public boolean useMultipartForm()
Copyright © 2017 JBoss by Red Hat. All rights reserved.