HADOOP-7898. Fix javadoc warnings in AuthenticationToken.java. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1212021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4283ac6d7a
commit
8cd80b3cbc
@ -23,12 +23,16 @@
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.StringTokenizer;
|
import java.util.StringTokenizer;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The {@link AuthenticationToken} contains information about an authenticated HTTP client and doubles
|
* The {@link AuthenticationToken} contains information about an authenticated
|
||||||
* as the {@link Principal} to be returned by authenticated {@link HttpServletRequest}s
|
* HTTP client and doubles as the {@link Principal} to be returned by
|
||||||
|
* authenticated {@link HttpServletRequest}s
|
||||||
* <p/>
|
* <p/>
|
||||||
* The token can be serialized/deserialized to and from a string as it is sent and received in HTTP client
|
* The token can be serialized/deserialized to and from a string as it is sent
|
||||||
* responses and requests as a HTTP cookie (this is done by the {@link AuthenticationFilter}).
|
* and received in HTTP client responses and requests as a HTTP cookie (this is
|
||||||
|
* done by the {@link AuthenticationFilter}).
|
||||||
*/
|
*/
|
||||||
public class AuthenticationToken implements Principal {
|
public class AuthenticationToken implements Principal {
|
||||||
|
|
||||||
|
@ -126,6 +126,9 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7897. ProtobufRpcEngine client side exception mechanism is not
|
HADOOP-7897. ProtobufRpcEngine client side exception mechanism is not
|
||||||
consistent with WritableRpcEngine. (suresh)
|
consistent with WritableRpcEngine. (suresh)
|
||||||
|
|
||||||
|
HADOOP-7898. Fix javadoc warnings in AuthenticationToken.java.
|
||||||
|
(suresh)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
|
Loading…
Reference in New Issue
Block a user