Skip to main content

ExtendedLoginData

Package: velox.api.layer1.data

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ velox.api.layer1.data.ExtendedLoginData

All Implemented Interfaces: Serializable, LoginData

Descriptionโ€‹

Implementation of LoginData. Contains a Map <String, CredentialsSerializationField> of extended login data. Your L0 provider will obtain it on Layer1ApiAdminProvider.login(LoginData) call if it is annotated with Layer0CredentialsFieldsManager.

See Also:

  • Layer0CredentialsFieldsManager
  • Serialized Form

Fieldsโ€‹

extendedDataโ€‹

public final Map<String, CredentialsSerializationField> extendedData

Constructorsโ€‹

ExtendedLoginDataโ€‹

public ExtendedLoginData(Map<String, CredentialsSerializationField> extendedData)

Methods Inheritedโ€‹

From class java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)