Class DatarouterAccountSecretCredentialKey

java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterAccountSecretCredentialKey>
io.datarouter.auth.storage.account.DatarouterAccountSecretCredentialKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.entity.EntityKey<DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.Key<DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterAccountSecretCredentialKey,​DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.primary.PrimaryKey<DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterAccountSecretCredentialKey>, io.datarouter.model.key.unique.UniqueKey<DatarouterAccountSecretCredentialKey>, io.datarouter.model.serialize.fielder.Fielder<DatarouterAccountSecretCredentialKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterAccountSecretCredentialKey>, Comparable<io.datarouter.model.field.FieldSet<DatarouterAccountSecretCredentialKey>>

public class DatarouterAccountSecretCredentialKey
extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterAccountSecretCredentialKey>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  DatarouterAccountSecretCredentialKey.FieldKeys  
  • Field Summary

    Fields inherited from class io.datarouter.model.key.BaseKey

    NAME
  • Constructor Summary

    Constructors
    Constructor Description
    DatarouterAccountSecretCredentialKey()  
    DatarouterAccountSecretCredentialKey​(String secretName)  
  • Method Summary

    Modifier and Type Method Description
    List<io.datarouter.model.field.Field<?>> getFields()  
    String getSecretName()  

    Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey

    getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKey

    Methods inherited from class io.datarouter.model.field.BaseFieldSet

    compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.model.serialize.fielder.Fielder

    getFields

    Methods inherited from interface io.datarouter.model.field.FieldSet

    getFieldNames, getFieldValue, getFieldValues
  • Constructor Details

    • DatarouterAccountSecretCredentialKey

      public DatarouterAccountSecretCredentialKey()
    • DatarouterAccountSecretCredentialKey

      public DatarouterAccountSecretCredentialKey​(String secretName)
  • Method Details

    • getFields

      public List<io.datarouter.model.field.Field<?>> getFields()
    • getSecretName

      public String getSecretName()