Package feast.common.auth.utils
Class AuthUtils
- java.lang.Object
-
- feast.common.auth.utils.AuthUtils
-
public class AuthUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetSubjectFromAuth(org.springframework.security.core.Authentication authentication, String subjectClaim)Get user email from their authentication object.
-
-
-
Method Detail
-
getSubjectFromAuth
public static String getSubjectFromAuth(org.springframework.security.core.Authentication authentication, String subjectClaim)
Get user email from their authentication object.- Parameters:
authentication- Spring Security Authentication object, used to extract user detailssubjectClaim- Indicates the claim where the subject can be found- Returns:
- String user email
-
-