Package jakarta.security.enterprise
Class CallerPrincipal
- java.lang.Object
-
- jakarta.security.enterprise.CallerPrincipal
-
- All Implemented Interfaces:
Serializable
,Principal
public class CallerPrincipal extends Object implements Principal, Serializable
Principal that represents the caller principal associated with the invocation being processed by the container (e.g. the current HTTP request).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallerPrincipal(String name)
-