Class UserIdHashFactory


  • public class UserIdHashFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UserIdHashFactory​(java.lang.String hashingEntityId)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String hashId​(java.lang.String hashingEntityId, java.lang.String issuerEntityId, java.lang.String persistentId, java.util.Optional<AuthnContext> authnContext)  
      java.lang.String hashId​(java.lang.String issuerEntityId, java.lang.String persistentId, java.util.Optional<AuthnContext> authnContext)  
      • Methods inherited from class java.lang.Object

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

      • UserIdHashFactory

        public UserIdHashFactory​(java.lang.String hashingEntityId)
    • Method Detail

      • hashId

        public java.lang.String hashId​(java.lang.String issuerEntityId,
                                       java.lang.String persistentId,
                                       java.util.Optional<AuthnContext> authnContext)
      • hashId

        public static java.lang.String hashId​(java.lang.String hashingEntityId,
                                              java.lang.String issuerEntityId,
                                              java.lang.String persistentId,
                                              java.util.Optional<AuthnContext> authnContext)