Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.JwtBearerGrant.Builder
-
Packages that use JwtBearerGrant.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of JwtBearerGrant.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return JwtBearerGrant.Builder Modifier and Type Method Description JwtBearerGrant.BuilderJwtBearerGrant.Builder. authorizedTokenIssuers(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)A list of allowed token issuers trusted by the Identity Center instances for this application.JwtBearerGrant.BuilderJwtBearerGrant.Builder. authorizedTokenIssuers(Consumer<AuthorizedTokenIssuer.Builder>... authorizedTokenIssuers)A list of allowed token issuers trusted by the Identity Center instances for this application.JwtBearerGrant.BuilderJwtBearerGrant.Builder. authorizedTokenIssuers(AuthorizedTokenIssuer... authorizedTokenIssuers)A list of allowed token issuers trusted by the Identity Center instances for this application.static JwtBearerGrant.BuilderJwtBearerGrant. builder()JwtBearerGrant.BuilderJwtBearerGrant. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type JwtBearerGrant.Builder Modifier and Type Method Description static Class<? extends JwtBearerGrant.Builder>JwtBearerGrant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type JwtBearerGrant.Builder Modifier and Type Method Description static GrantGrant. fromJwtBearer(Consumer<JwtBearerGrant.Builder> jwtBearer)Create an instance of this class withGrant.jwtBearer()initialized to the given value.default Grant.BuilderGrant.Builder. jwtBearer(Consumer<JwtBearerGrant.Builder> jwtBearer)Configuration options for theurn:ietf:params:oauth:grant-type:jwt-bearergrant type.
-