- EMPTY_ANNOTATION_ARRAY - Static variable in class org.keycloak.common.util.reflections.Reflections
-
An empty array of type
Annotation
, useful converting lists to arrays.
- EMPTY_CLASSES - Static variable in class org.keycloak.common.util.reflections.Reflections
-
- EMPTY_OBJECT_ARRAY - Static variable in class org.keycloak.common.util.reflections.Reflections
-
An empty array of type
Object
, useful for converting lists to arrays.
- EMPTY_TYPES - Static variable in class org.keycloak.common.util.reflections.Reflections
-
- ENCODE - Static variable in class org.keycloak.common.util.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.keycloak.common.util.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.keycloak.common.util.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
CharBuffer.
- encode(byte[]) - Static method in class org.keycloak.common.util.Base64Url
-
- Encode - Class in org.keycloak.common.util
-
- Encode() - Constructor for class org.keycloak.common.util.Encode
-
- encode(MultivaluedHashMap<String, String>) - Static method in class org.keycloak.common.util.Encode
-
- encodeBytes(byte[]) - Static method in class org.keycloak.common.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.keycloak.common.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.keycloak.common.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.keycloak.common.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.keycloak.common.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.keycloak.common.util.Base64
-
- encodeCertificate(Certificate) - Static method in class org.keycloak.common.util.PemUtils
-
Encode a X509 Certificate to a PEM string
- encodedFragment(String) - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
Set fragment, but not encode it.
- encodeFragment(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%..." and template parameters intact.
- encodeFragmentAsIs(String) - Static method in class org.keycloak.common.util.Encode
-
- encodeFromArray(String, String[], boolean) - Static method in class org.keycloak.common.util.Encode
-
- encodeKey(Key) - Static method in class org.keycloak.common.util.PemUtils
-
Encode a Key to a PEM string
- encodeMatrixParam(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%..." and template parameters intact.
- encodeNonCodes(String) - Static method in class org.keycloak.common.util.Encode
-
Encode '%' if it is not an encoding sequence
- encodeObject(Serializable) - Static method in class org.keycloak.common.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.keycloak.common.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodePath(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%...", matrix parameters, template parameters, and '/' characters intact.
- encodePathAsIs(String) - Static method in class org.keycloak.common.util.Encode
-
- encodePathSaveEncodings(String) - Static method in class org.keycloak.common.util.Encode
-
Keep any valid encodings from string i.e.
- encodePathSegment(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%...", matrix parameters and template parameters intact.
- encodePathSegmentAsIs(String) - Static method in class org.keycloak.common.util.Encode
-
- encodePathSegmentSaveEncodings(String) - Static method in class org.keycloak.common.util.Encode
-
Keep any valid encodings from string i.e.
- encodeQueryParam(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%..." and template parameters intact.
- encodeQueryParamAsIs(String) - Static method in class org.keycloak.common.util.Encode
-
Encodes everything of a query parameter name or value.
- encodeQueryParamSaveEncodings(String) - Static method in class org.keycloak.common.util.Encode
-
Keep any valid encodings from string i.e.
- encodeQueryString(String) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%..." and template parameters intact.
- encodeValue(String, String[]) - Static method in class org.keycloak.common.util.Encode
-
Keep encoded values "%..." and template parameters intact i.e.
- endsWithWildcard(String) - Method in class org.keycloak.common.util.PathMatcher
-
- Environment - Class in org.keycloak.common.util
-
- Environment() - Constructor for class org.keycloak.common.util.Environment
-
- EnvUtil - Class in org.keycloak.common.util
-
Replaces any ${} strings with their corresponding system property.
- equalsIgnoreValueOrder(MultivaluedHashMap<K, V>) - Method in class org.keycloak.common.util.MultivaluedHashMap
-
- escapeAttribute(String) - Static method in class org.keycloak.common.util.HtmlUtils
-
Escapes the value for a HTML element attribute.
- execute(Runnable, int, long) - Static method in class org.keycloak.common.util.Retry
-
Runs the given runnable
at most attemptsCount
times until it passes,
leaving intervalMillis
milliseconds between the invocations.
- executeWithBackoff(Retry.AdvancedRunnable, int, int) - Static method in class org.keycloak.common.util.Retry
-
Runs the given runnable
at most attemptsCount
times until it passes,
leaving some increasing random delay milliseconds between the invocations.
- extractPublicKey(PrivateKey) - Static method in class org.keycloak.common.util.KeyUtils
-
- generateRsaKeyPair(int) - Static method in class org.keycloak.common.util.KeyUtils
-
- generateV1SelfSignedCertificate(KeyPair, String) - Static method in class org.keycloak.common.util.CertificateUtils
-
- generateV1SelfSignedCertificate(KeyPair, String, BigInteger) - Static method in class org.keycloak.common.util.CertificateUtils
-
- generateV3Certificate(KeyPair, PrivateKey, X509Certificate, String) - Static method in class org.keycloak.common.util.CertificateUtils
-
- GenericConstants - Class in org.keycloak.common.constants
-
- GenericConstants() - Constructor for class org.keycloak.common.constants.GenericConstants
-
- get(int) - Method in interface org.keycloak.common.util.Retry.Supplier
-
Gets a result.
- getActualTypeArgumentsOfAnInterface(Class<?>, Class<?>) - Static method in class org.keycloak.common.util.reflections.Types
-
Given a class and an interfaces, go through the class hierarchy to find the interface and return its type arguments.
- getAllDeclaredConstructors(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Get all the declared constructors on the class hierarchy.
- getAllDeclaredFields(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Get all the declared methods on the class hierarchy.
- getAnnotationsWithMetaAnnotation(Set<Annotation>, Class<? extends Annotation>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Search for annotations with the specified meta annotation type
- getArgumentType(ParameterizedType, int) - Static method in class org.keycloak.common.util.reflections.Types
-
Gets the index-th type argument.
- getCollectionBaseType(Class, Type) - Static method in class org.keycloak.common.util.reflections.Types
-
- getContentType(File) - Static method in class org.keycloak.common.util.MimeTypeUtil
-
- getContentType(String) - Static method in class org.keycloak.common.util.MimeTypeUtil
-
- getCookieHeaderName(int) - Static method in class org.keycloak.common.util.ServerCookie
-
Return the header name to set the cookie, based on cookie version.
- getCRLDistributionPoints(X509Certificate) - Static method in class org.keycloak.common.util.CRLUtils
-
Retrieves a list of CRL distribution points from CRLDP v3 certificate extension
See
CRL validation
- getDisabledFeatures() - Static method in class org.keycloak.common.Profile
-
- getFieldValue(Field, Object) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- getFieldValue(Field, Object, Class<T>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
- getFirst(K) - Method in class org.keycloak.common.util.ConcurrentMultivaluedHashMap
-
- getFirst(K) - Method in class org.keycloak.common.util.MultivaluedHashMap
-
- getFragment() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getHost() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getHostName() - Static method in class org.keycloak.common.util.HostUtils
-
- getImplementingMethod(Class, Method) - Static method in class org.keycloak.common.util.reflections.Types
-
Given a method and a root class, find the actual method declared in the root that implements the method.
- getIpAddress() - Static method in class org.keycloak.common.util.HostUtils
-
- getList(K) - Method in class org.keycloak.common.util.ConcurrentMultivaluedHashMap
-
- getList(K) - Method in class org.keycloak.common.util.MultivaluedHashMap
-
- getLocalAddr() - Method in interface org.keycloak.common.ClientConnection
-
- getLocalPort() - Method in interface org.keycloak.common.ClientConnection
-
- getMapKeyType(Type) - Static method in class org.keycloak.common.util.reflections.Types
-
- getMapValueType(Type) - Static method in class org.keycloak.common.util.reflections.Types
-
- getMemberType(Member) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Get the type of the member
- getName() - Static method in class org.keycloak.common.Profile
-
- getNesting(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- getNonPrivateFinalMethodOrType(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- getOffset() - Static method in class org.keycloak.common.util.Time
-
- getOrigin(URI) - Static method in class org.keycloak.common.util.UriUtils
-
- getOrigin(String) - Static method in class org.keycloak.common.util.UriUtils
-
- getPath() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getPath(P) - Method in class org.keycloak.common.util.PathMatcher
-
- getPathParamNamesInDeclarationOrder() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
Return a unique order list of path params
- getPaths() - Method in class org.keycloak.common.util.PathMatcher
-
- getPort() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getProperty(String) - Method in class org.keycloak.common.util.SystemEnvProperties
-
- getProperty(String, String) - Method in class org.keycloak.common.util.SystemEnvProperties
-
- getPropertyName(Method) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Gets the property name from a getter method.
- getProvider() - Static method in class org.keycloak.common.util.KerberosJdkProvider
-
- getQuery() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getRawType(Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Extract the raw type, given a type.
- getRawType(Type) - Static method in class org.keycloak.common.util.reflections.Types
-
- getRawTypeNoException(Type) - Static method in class org.keycloak.common.util.reflections.Types
-
- getRemoteAddr() - Method in interface org.keycloak.common.ClientConnection
-
- getRemoteHost() - Method in interface org.keycloak.common.ClientConnection
-
- getRemotePort() - Method in interface org.keycloak.common.ClientConnection
-
- getRevocationReason() - Method in interface org.keycloak.common.util.OCSPUtils.OCSPRevocationStatus
-
- getRevocationStatus() - Method in interface org.keycloak.common.util.OCSPUtils.OCSPRevocationStatus
-
- getRevocationTime() - Method in interface org.keycloak.common.util.OCSPUtils.OCSPRevocationStatus
-
- getScheme() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- getServerStartupTimeout() - Static method in class org.keycloak.common.util.Environment
-
- getTemplateParameterOfInterface(Class, Class) - Static method in class org.keycloak.common.util.reflections.Types
-
- getTypeArgument(Type) - Static method in class org.keycloak.common.util.reflections.Types
-
Returns the type argument from a parameterized type
- getUserInfo() - Method in class org.keycloak.common.util.KeycloakUriBuilder
-
- GMT_ZONE - Static variable in class org.keycloak.common.util.ServerCookie
-
GMT timezone - all HTTP dates are on GMT
- GSS_DELEGATION_CREDENTIAL - Static variable in class org.keycloak.common.constants.KerberosConstants
-
Internal attribute used in "userSession.note" map and in accessToken claims .
- GSS_DELEGATION_CREDENTIAL_DISPLAY_NAME - Static variable in class org.keycloak.common.constants.KerberosConstants
-
Display name for the above in admin console and consent screens
- gssCredentialToKerberosTicket(KerberosTicket, GSSCredential) - Method in class org.keycloak.common.util.KerberosJdkProvider
-
- GZIP - Static variable in class org.keycloak.common.util.Base64
-
Specify that data should be gzip-compressed in second bit.
- init() - Static method in class org.keycloak.common.util.BouncyIntegration
-
- InputStream(InputStream) - Constructor for class org.keycloak.common.util.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class org.keycloak.common.util.Base64.InputStream
-
- invokeMethod(Method, Object, Object...) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(boolean, Method, Object, Object...) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this
method as arguments to the specified method.
- invokeMethod(boolean, Method, Class<T>, Object, Object...) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to
the expected return type.
- IS_IBM_JAVA - Static variable in class org.keycloak.common.util.Environment
-
- isA(Class, ParameterizedType) - Static method in class org.keycloak.common.util.reflections.Types
-
Is the genericType of a certain class?
- isAbstract(Method) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if a method is abstract
- isArrayType(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if raw type is array type
- isAssignableFrom(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Check the assignability of one type to another, taking into account the actual type arguements
- isAssignableFrom(Type[], Type[]) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isAssignableFrom(Type, Set<? extends Type>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isAssignableFrom(Type, Type[]) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isAssignableFrom(Type, Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isAssignableFrom(Class<?>, Type[], Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isAssignableFrom(Set<Type>, Set<Type>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Set<Type>, Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Check the assignability of a set of flattened types.
- isAssignableFrom(Type[], Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isBindingToMulticastDressSupported() - Static method in class org.keycloak.common.util.NetworkUtils
-
- isCacheable(Set<Annotation>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isCacheable(Annotation[]) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isCompatible(Method, Method) - Static method in class org.keycloak.common.util.reflections.Types
-
See if the two methods are compatible, that is they have the same relative signature
- isEqualOrBothNull(Object, Object) - Static method in class org.keycloak.common.util.ObjectUtil
-
- isFeatureEnabled(Profile.Feature) - Static method in class org.keycloak.common.Profile
-
- isFinal(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if class is final
- isFinal(Member) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if member is final
- isOrigin(String) - Static method in class org.keycloak.common.util.UriUtils
-
- isPackagePrivate(int) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isParamerterizedTypeWithWildcard(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isParameterizedType(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if type is parameterized type
- isPrimitive(Type) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isPrivate(Member) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if member is private
- isRequired(ClientConnection) - Method in enum org.keycloak.common.enums.SslRequired
-
- isRequired(String) - Method in enum org.keycloak.common.enums.SslRequired
-
- isSerializable(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Check if a class is serializable.
- isStatic(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if type is static
- isStatic(Member) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if member is static
- isToken(String) - Static method in class org.keycloak.common.util.ServerCookie
-
- isToken2(String) - Static method in class org.keycloak.common.util.ServerCookie
-
- isTransient(Member) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isTypeBounded(Type, Type[], Type[]) - Static method in class org.keycloak.common.util.reflections.Reflections
-
- isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.keycloak.common.util.reflections.Reflections
-
Checks if type or member is final