- CelleryAuthException - Exception in io.cellery.security.extensions.exception
-
This is the exception implementation, which is thrown during the authentication failure at Cellery.
- CelleryAuthException(String, Throwable) - Constructor for exception io.cellery.security.extensions.exception.CelleryAuthException
-
- CelleryAuthException(Throwable) - Constructor for exception io.cellery.security.extensions.exception.CelleryAuthException
-
- CelleryExtendedKeyManagerImpl - Class in io.cellery.security.extensions.km
-
Allows signed JWTs issued by trusted external IDPs to be used for API Authentication.
- CelleryExtendedKeyManagerImpl() - Constructor for class io.cellery.security.extensions.km.CelleryExtendedKeyManagerImpl
-
- CelleryExtendedKeyValidationHandler - Class in io.cellery.security.extensions.km
-
Key validation handler for Cellery
- CelleryExtendedKeyValidationHandler() - Constructor for class io.cellery.security.extensions.km.CelleryExtendedKeyValidationHandler
-
- CellerySignedJWTBuilder - Class in io.cellery.security.extensions.jwt
-
The JWT token builder for Cellery.
- CellerySignedJWTBuilder() - Constructor for class io.cellery.security.extensions.jwt.CellerySignedJWTBuilder
-
- CellerySignedJWTGenerator - Class in io.cellery.security.extensions.jwt
-
Generates a signed JWT with context information from API client authentication to be consumed by API backends.
- CellerySignedJWTGenerator() - Constructor for class io.cellery.security.extensions.jwt.CellerySignedJWTGenerator
-
- CellerySignedJWTInjectionHandler - Class in io.cellery.security.extensions.api.handler
-
Injects the signed jwt issued by the global STS into the authorization header to be forwarded to the API back ends.
- CellerySignedJWTInjectionHandler() - Constructor for class io.cellery.security.extensions.api.handler.CellerySignedJWTInjectionHandler
-
- CellerySignedJWTValidator - Class in io.cellery.security.extensions.jwt
-
Validates signed JWTs issued by trusted IDPs.
- CellerySignedJWTValidator() - Constructor for class io.cellery.security.extensions.jwt.CellerySignedJWTValidator
-
- claim(String, Object) - Method in class io.cellery.security.extensions.jwt.CellerySignedJWTBuilder
-
- claims(Map<String, Object>) - Method in class io.cellery.security.extensions.jwt.CellerySignedJWTBuilder
-