Class AuthHelpers


  • public class AuthHelpers
    extends java.lang.Object
    Helpers for authentication and authorization.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<java.lang.String> KNOWN_PRINCIPALS  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getUsername​(javax.security.auth.Subject subject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KNOWN_PRINCIPALS

        public static final java.util.List<java.lang.String> KNOWN_PRINCIPALS
    • Constructor Detail

      • AuthHelpers

        public AuthHelpers()
    • Method Detail

      • getUsername

        public static java.lang.String getUsername​(javax.security.auth.Subject subject)