Uses of Class
org.forgerock.json.jose.builders.JwtBuilderFactory
-
Packages that use JwtBuilderFactory Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.jaspi.modules.session.jwt This package contains classes for the Jwt Session JASPI Authentication Module.org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API. -
-
Uses of JwtBuilderFactory in org.forgerock.am.iot
Constructors in org.forgerock.am.iot with parameters of type JwtBuilderFactory Constructor Description IotAuthenticationNode(Realm realm, IotAuthenticationNode.Config config, org.forgerock.openam.core.CoreWrapper coreWrapper, org.forgerock.openam.identity.idm.IdentityUtils identityUtils, org.forgerock.am.iot.JwtProofOfPossessionVerifier.Factory popVerifierFactory, org.forgerock.am.iot.ClientAssertionVerifier.Factory assertionVerifierFactory, JwtBuilderFactory jwtBuilderFactory)
Create an instance of theIotAuthenticationNode
.IotRegistrationNode(Realm realm, IotRegistrationNode.Config config, org.forgerock.openam.core.CoreWrapper coreWrapper, org.forgerock.openam.identity.idm.IdentityUtils identityUtils, org.forgerock.am.iot.JwtProofOfPossessionVerifier.Factory jwtPopVerifierFactory, org.forgerock.openam.integration.idm.IdmIntegrationConfig idmConfig, org.forgerock.openam.integration.idm.IdmIntegrationService idmIntegrationService, com.sun.identity.idm.IdServices idServices, JwtBuilderFactory jwtBuilderFactory, org.forgerock.oauth2.registration.SoftwareStatementVerifier.Factory softwareStatementVerifierFactory, org.forgerock.am.iot.OAuthAudienceProvider audienceProvider)
Create an instance of theIotRegistrationNode
. -
Uses of JwtBuilderFactory in org.forgerock.jaspi.modules.session.jwt
Methods in org.forgerock.jaspi.modules.session.jwt with parameters of type JwtBuilderFactory Modifier and Type Method Description String
AuthenticatedEncryptionCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
String
FallbackJwtCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
default String
JwtCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
Builds a JWT with the given claims set.Jwt
AuthenticatedEncryptionCryptographyHandler. decryptAndVerify(JwtBuilderFactory jwtBuilderFactory, String jwt)
Jwt
FallbackJwtCryptographyHandler. decryptAndVerify(JwtBuilderFactory jwtBuilderFactory, String jwt)
default Jwt
JwtCryptographyHandler. decryptAndVerify(JwtBuilderFactory jwtBuilderFactory, String jwt)
Decrypts and verifies that the JWT is authentic in a single step.EncryptedJwtBuilder
FallbackJwtCryptographyHandler. jwe(JwtBuilderFactory jwtbuilder)
Deprecated.default EncryptedJwtBuilder
JwtCryptographyHandler. jwe(JwtBuilderFactory jwtbuilder)
Deprecated.EncryptedJwtBuilder
KeyStoreJwtCryptographyHandler. jwe(JwtBuilderFactory jwtBuilderFactory)
Deprecated.EncryptedJwtBuilder
SecretsProviderJwtCryptographyHandler. jwe(JwtBuilderFactory jwtBuilderFactory)
Deprecated.Constructors in org.forgerock.jaspi.modules.session.jwt with parameters of type JwtBuilderFactory Constructor Description JwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the JwtSessionModule.JwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the ServletJwtSessionModule.ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule. -
Uses of JwtBuilderFactory in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return JwtBuilderFactory Modifier and Type Method Description JwtBuilderFactory
JwtBuilderFactory. recognizedHeaders(String... headers)
Configures additional application-specific header values that are understood and processed by the application.
-