Class SAMLUtil


  • public class SAMLUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getCustomAttribute​(org.springframework.security.saml.SAMLCredential credential, java.lang.String attributeName)  
      static java.util.List<java.lang.String> getCustomAttributes​(org.springframework.security.saml.SAMLCredential credential, java.lang.String attributeName)  
      static java.lang.String getLanguage​(org.springframework.security.saml.SAMLCredential credential, javax.servlet.http.HttpServletRequest request, CommonI18NService commonI18NService)  
      static java.lang.String getUserId​(org.springframework.security.saml.SAMLCredential credential)  
      static java.lang.String getUserName​(org.springframework.security.saml.SAMLCredential credential)  
      • Methods inherited from class java.lang.Object

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

      • getUserId

        public static java.lang.String getUserId​(org.springframework.security.saml.SAMLCredential credential)
      • getUserName

        public static java.lang.String getUserName​(org.springframework.security.saml.SAMLCredential credential)
      • getCustomAttribute

        public static java.lang.String getCustomAttribute​(org.springframework.security.saml.SAMLCredential credential,
                                                          java.lang.String attributeName)
      • getCustomAttributes

        public static java.util.List<java.lang.String> getCustomAttributes​(org.springframework.security.saml.SAMLCredential credential,
                                                                           java.lang.String attributeName)
      • getLanguage

        public static java.lang.String getLanguage​(org.springframework.security.saml.SAMLCredential credential,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   CommonI18NService commonI18NService)