Class TockUser

  • All Implemented Interfaces:
    io.vertx.core.shareddata.ClusterSerializable , io.vertx.core.shareddata.impl.ClusterSerializable , io.vertx.ext.auth.User

    
    public final class TockUser
    extends UserImpl
                        

    Tock implementation of vertx User.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUser()
      final String getNamespace()
      final Set<String> getRoles()
      final Unit setRoles(Set<String> roles)
      final Boolean getRegistered()
      User isAuthorized(String authority, Handler<AsyncResult<Boolean>> handler)
      Unit setAuthProvider(AuthProvider authProvider)
      JsonObject principal()
      JsonObject attributes()
      • Methods inherited from class io.vertx.ext.auth.impl.UserImpl

        authorizations, isAuthorized, merge, readFromBuffer, writeToBuffer
      • Methods inherited from class io.vertx.ext.auth.User

        clearCache, containsKey, expired, expired, get, getOrDefault, hasAmr, isAuthorized, isAuthorized, subject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait