Class Jwt.Key

  • Enclosing class:
    Jwt

    public static class Jwt.Key
    extends Object
    a inner model tight to Jwt, this key is to represent to a Jwt for caching or other usage for now it's only identified by scopes and serviceId.
    • Field Detail

      • scopes

        protected Set<String> scopes
        scopes should be extendable by its children
      • serviceId

        protected String serviceId
        serviceId should be extendable by its children
    • Constructor Detail

      • Key

        public Key​(String serviceId)
      • Key

        public Key()