Class KeystoneToken

    • Constructor Detail

      • KeystoneToken

        public KeystoneToken()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: Token
        The generated token ID created by the Identity Restful service
        Specified by:
        getId in interface Token
        Returns:
        the token identifier
      • getExpires

        public Date getExpires()
        Description copied from interface: Token
        The expiring date/time of this token
        Specified by:
        getExpires in interface Token
        Returns:
        the expire date/time
      • getTenant

        public Tenant getTenant()
        Specified by:
        getTenant in interface TokenV2
        Returns:
        the tenant associated with the original authentication request
      • getVersion

        public AuthVersion getVersion()
        Specified by:
        getVersion in interface Token
        Returns:
        the authentication version of this token