Class DefaultSaml2AuthenticatedPrincipal

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSaml2AuthenticatedPrincipal​(java.lang.String name, java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes()
      Get the Saml2 token attributes
      java.lang.String getName()
      Returns the name of the authenticated Principal.
      • Methods inherited from class java.lang.Object

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

      • DefaultSaml2AuthenticatedPrincipal

        public DefaultSaml2AuthenticatedPrincipal​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attributes)