public class CredentialStoreInfo extends Object
Constructor and Description |
---|
CredentialStoreInfo()
Default constructor
|
CredentialStoreInfo(Boolean supported,
Boolean enabled,
Boolean required)
Constructor taking in values for supported and enabled
|
Modifier and Type | Method and Description |
---|---|
Boolean |
isEnabled()
Gets a value indicating whether the service is enabled for credential store use.
|
Boolean |
isRequired()
Gets a value indicating whether the service requires credential store.
|
Boolean |
isSupported()
Gets a value indicating if the service supports credential store.
|
void |
setEnabled(Boolean enabled)
Set whether the service is enabled for credential store use.
|
void |
setRequired(Boolean required)
Set whether the service requires credential store
|
void |
setSupported(Boolean supported)
Set whether a service supports credential store.
|
String |
toString()
String representation of this object
|
public Boolean isSupported()
public void setSupported(Boolean supported)
supported
- public Boolean isEnabled()
public void setEnabled(Boolean enabled)
enabled
- - true, false, null.public Boolean isRequired()
public void setRequired(Boolean required)
required
- - true, false, null.Copyright © 2022 Apache Software Foundation. All rights reserved.