public interface CredentialsFieldManager
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CredentialsComponent> |
getCredentialsComponents()
Returns a list of
CredentialsComponent objects so
they can be further managed by Bookmap. |
boolean |
isConfigured(java.util.Map<java.lang.String,CredentialsSerializationField> values)
Returns true if credentials are configured, false if not (e.g.
|
java.util.List<CredentialsComponent> getCredentialsComponents()
CredentialsComponent objects so
they can be further managed by Bookmap.boolean isConfigured(java.util.Map<java.lang.String,CredentialsSerializationField> values)
values - values of the fields that need to be checked. Those will
normally be from the components provided in
getCredentialsComponents(), but you are still
encouraged to check values from this parameter instead of
storing the returned components