Class DatarouterAccountPermissionKey

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<DatarouterAccountPermissionKey>
io.datarouter.auth.storage.accountpermission.DatarouterAccountPermissionKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterAccountPermissionKey>, io.datarouter.model.key.entity.EntityKey<DatarouterAccountPermissionKey>, io.datarouter.model.key.Key<DatarouterAccountPermissionKey>, io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterAccountPermissionKey,​DatarouterAccountPermissionKey>, io.datarouter.model.key.primary.PrimaryKey<DatarouterAccountPermissionKey>, io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterAccountPermissionKey>, io.datarouter.model.key.unique.UniqueKey<DatarouterAccountPermissionKey>, io.datarouter.model.serialize.fielder.Fielder<DatarouterAccountPermissionKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterAccountPermissionKey>, java.lang.Comparable<io.datarouter.model.field.FieldSet<DatarouterAccountPermissionKey>>

public class DatarouterAccountPermissionKey
extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterAccountPermissionKey>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ALL_ENDPOINTS  

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

    NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    DatarouterAccountPermissionKey()  
    DatarouterAccountPermissionKey​(java.lang.String accountName)  
    DatarouterAccountPermissionKey​(java.lang.String accountName, java.lang.String endpoint)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAccountName()  
    DatarouterAccountPermissionKey getAccountPrefix()  
    java.lang.String getEndpoint()  
    java.util.List<io.datarouter.model.field.Field<?>> getFields()  

    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