-
- All Implemented Interfaces:
- Principal
public class CallerPrincipal
extends Object
implements Principal
Principal that represents the caller principal associated with the invocation being
processed by the container (e.g. the current HTTP request).
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getName
public String getName()
The name of the caller
- Specified by:
getName
in interface Principal
- Returns:
- The name of the caller
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.