org.apache.falcon.security
Class CurrentUser

java.lang.Object
  extended by org.apache.falcon.security.CurrentUser

public final class CurrentUser
extends Object

Current authenticated user via REST.


Method Summary
static void authenticate(String user)
           
static CurrentUser get()
           
static Subject getSubject()
           
static String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static CurrentUser get()

authenticate

public static void authenticate(String user)

getSubject

public static Subject getSubject()

getUser

public static String getUser()


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.