Package com.netflix.spinnaker.security
Class SpinnakerUsers
java.lang.Object
com.netflix.spinnaker.security.SpinnakerUsers
Constants and utilities related to Spinnaker users (AKA principals).
-
Field Details
-
ANONYMOUS
String constant for the anonymous userid.- See Also:
-
-
Constructor Details
-
SpinnakerUsers
public SpinnakerUsers()
-
-
Method Details
-
getUserId
public static String getUserId(@Nullable org.springframework.security.core.Authentication authentication) Gets the userid of the provided authentication token. -
getCurrentUserId
Gets the current Spinnaker userid.
-