Interface NewToken

    • Field Detail

      • OLD_SYSTEM_DEFAULT_LIFETIME

        static final long OLD_SYSTEM_DEFAULT_LIFETIME
        See Also:
        Constant Field Values
    • Method Detail

      • isExpired

        boolean isExpired()
      • getVersion

        String getVersion()
      • getLifetime

        long getLifetime()
      • getIssuedAt

        long getIssuedAt()
      • toJSON

        net.sf.json.JSONObject toJSON()
      • fromJSON

        void fromJSON​(net.sf.json.JSONObject json)
      • decodeToken

        void decodeToken​(String rawb64String)
      • encodeToken

        String encodeToken()
      • getJti

        URI getJti()
      • getJTIAsIdentifier

        edu.uiuc.ncsa.security.core.Identifier getJTIAsIdentifier()