Interface Caller

All Known Implementing Classes:
User

public interface Caller
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Details

    • getTenantId

      Number getTenantId()
    • getTenantName

      String getTenantName()
    • getId

      Number getId()
    • getUid

      String getUid()
    • getDisplayName

      String getDisplayName()
    • getPassword

      String getPassword()
    • isInGroup

      boolean isInGroup(String group)
    • isInRole

      boolean isInRole(String role)
    • isEnabled

      boolean isEnabled()
    • getGroups

      Set<String> getGroups()
    • getType

      int getType()
    • getProp

      <T> T getProp(String key, Class<T> type)
    • putProp

      void putProp(String key, Object value)
    • remove

      void remove(String key)
    • propKeySet

      Set<String> propKeySet()
    • getTokenTtlSec

      Long getTokenTtlSec()