Class ConfigurableSpnegoAuthenticator.UserIdentityHolder

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ConfigurableSpnegoAuthenticator

    private static class ConfigurableSpnegoAuthenticator.UserIdentityHolder
    extends java.lang.Object
    implements java.io.Serializable
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ATTRIBUTE

        private static final java.lang.String ATTRIBUTE
      • _validFrom

        private final transient java.time.Instant _validFrom
      • _userIdentity

        private final transient UserIdentity _userIdentity
    • Constructor Detail

      • UserIdentityHolder

        private UserIdentityHolder​(UserIdentity userIdentity)