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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GhidraPrincipalgetGhidraPrincipal(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