Class TokenReview
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.kubernetes.model.TokenReview
-
public class TokenReview extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenReview.Extrastatic classTokenReview.User
-
Constructor Summary
Constructors Constructor Description TokenReview()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TokenReviewfromJsonString(String obj)List<String>getAudiences()TokenReview.UsergetUser()StringgetUsername()booleanisAuthenticated()
-
-
-
Method Detail
-
isAuthenticated
public boolean isAuthenticated()
-
getUser
public TokenReview.User getUser()
-
getUsername
public String getUsername()
-
fromJsonString
public static TokenReview fromJsonString(String obj)
-
-