Package org.apache.solr.security.jwt.api
Class JWTConfigurationPayload
java.lang.Object
org.apache.solr.security.jwt.api.JWTConfigurationPayload
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable,org.apache.solr.common.MapWriter,org.apache.solr.common.NavigableObject,org.apache.solr.common.util.ReflectMapWriter,org.noggit.JSONWriter.Writable
public class JWTConfigurationPayload
extends Object
implements org.apache.solr.common.util.ReflectMapWriter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
org.apache.solr.common.MapWriter.EntryWriter -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface org.apache.solr.common.MapWriter
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.common.MapWriter
jsonStr, toMap, writeMethods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizeMethods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
Field Details
-
blockUnknown
-
principalClaim
-
requireExp
-
algAllowlist
-
jwkCacheDur
-
claimsMatch
-
scope
-
realm
-
rolesClaim
-
adminUiScope
-
redirectUris
-
requireIss
-
issuers
-
trustedCertsFile
-
trustedCerts
-
name
-
jwksUrl
-
jwk
-
iss
-
aud
-
wellKnownUrl
-
authorizationEndpoint
-
clientId
-
-
Constructor Details
-
JWTConfigurationPayload
public JWTConfigurationPayload()
-