@Entity public class RemoteProviderAuthenticationField extends BaseEntity
| Constructor and Description |
|---|
RemoteProviderAuthenticationField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptedValue() |
String |
getName() |
String |
getPlaceholder() |
RemoteProviderType |
getRemoteProviderType() |
Boolean |
getRequired() |
String |
getValue() |
Boolean |
isSecret() |
void |
setEncryptedValue(String encryptedValue) |
void |
setName(String name) |
void |
setPlaceholder(String placeholder) |
void |
setRemoteProviderType(RemoteProviderType remoteProviderType) |
void |
setRequired(Boolean required) |
void |
setSecret(Boolean secret) |
void |
setValue(String value) |
getId, isNew, setIdpublic String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public Boolean isSecret()
public void setSecret(Boolean secret)
public RemoteProviderType getRemoteProviderType()
public void setRemoteProviderType(RemoteProviderType remoteProviderType)
public String getEncryptedValue()
public void setEncryptedValue(String encryptedValue)
public Boolean getRequired()
public void setRequired(Boolean required)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.