Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2875910075 for ; Tue, 22 Oct 2013 02:08:42 +0000 (UTC) Received: (qmail 84026 invoked by uid 500); 22 Oct 2013 02:08:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 83999 invoked by uid 500); 22 Oct 2013 02:08:42 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 83990 invoked by uid 99); 22 Oct 2013 02:08:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 02:08:42 +0000 Date: Tue, 22 Oct 2013 02:08:42 +0000 (UTC) From: "Yi Liu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9836) Token definition and API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-9836?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liu updated HADOOP-9836: --------------------------- Attachment: Token definition and implementation 1.0.doc The attached document introduces token definition, interfaces, and low leve= l design. > Token definition and API > ------------------------ > > Key: HADOOP-9836 > URL: https://issues.apache.org/jira/browse/HADOOP-9836 > Project: Hadoop Common > Issue Type: Sub-task > Components: security > Affects Versions: 3.0.0 > Reporter: Yi Liu > Labels: Rhino > Attachments: HADOOP-9836.patch, HADOOP-9836.patch, Token definiti= on and implementation 1.0.doc > > > We need to define common token attributes and APIs for TokenAuth framewor= k which makes the arbitrary token format can be adopted into the framework.= =20 > This JIRA is a sub-task of TokenAuth framework. Common token properties, = APIs and facilities that identity/access token requires will be defined. In= this JIRA, we'll: > =E2=80=A2=09Define Token generation API, includes Token serialization/des= erialization, Token encryption/sign and Token revoke/expire/renew. > =E2=80=A2=09Define Token validation API, includes Token decryption/verify= and Token check(timestamp, audience, etc) > =E2=80=A2=09Define Token Attribute API, includes attributes setting, quer= y and so on. > =E2=80=A2=09Define required attributes and optional attributes for identi= ty token and access token.=20 > =E2=80=A2=09Implement Token Utilities, such as print/debug. -- This message was sent by Atlassian JIRA (v6.1#6144)