Package ghidra.framework.remote
Class GhidraPrincipal
java.lang.Object
ghidra.framework.remote.GhidraPrincipal
- All Implemented Interfaces:
Serializable
,Principal
GhidraPrincipal
specifies a Ghidra user as a Principal
for use with server login/authentication.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GhidraPrincipal
getGhidraPrincipal
(Subject subj) Returns the GhidraPrincipal object contained within a Subject, or null if not found.getName()
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
GhidraPrincipal
Constructor.- Parameters:
username
- user id/name
-
-
Method Details