Class ConfigurableSpnegoAuthenticator.UserIdentityHolder
- java.lang.Object
-
- org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator.UserIdentityHolder
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConfigurableSpnegoAuthenticator
private static class ConfigurableSpnegoAuthenticator.UserIdentityHolder extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private UserIdentity
_userIdentity
private java.time.Instant
_validFrom
private static java.lang.String
ATTRIBUTE
-
Constructor Summary
Constructors Modifier Constructor Description private
UserIdentityHolder(UserIdentity userIdentity)
-
-
-
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)
-
-