Package org.yamcs.security
Class SystemUserAuthenticationInfo
java.lang.Object
org.yamcs.security.AuthenticationInfo
org.yamcs.security.SystemUserAuthenticationInfo
Special
AuthenticationInfo
that can be used by AuthModule
s to identify some access as the System
user.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExternalIdentity
(String provider, String externalIdentity) void
setDisplayName
(String displayName) void
Methods inherited from class org.yamcs.security.AuthenticationInfo
getAuthenticator, getDisplayName, getEmail, getExternalIdentities, getUsername, isKerberos, toString
-
Constructor Details
-
SystemUserAuthenticationInfo
-
-
Method Details
-
setDisplayName
- Overrides:
setDisplayName
in classAuthenticationInfo
-
setEmail
- Overrides:
setEmail
in classAuthenticationInfo
-
addExternalIdentity
- Overrides:
addExternalIdentity
in classAuthenticationInfo
-