| Package | Description |
|---|---|
| com.atlassian.plugins.authentication.sso.rest.model |
| Modifier and Type | Method and Description |
|---|---|
JitConfigEntity |
IdpConfigEntity.getJitConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IdpConfigEntity.Builder |
IdpConfigEntity.Builder.setJitConfiguration(JitConfigEntity jitConfiguration) |
| Constructor and Description |
|---|
IdpConfigEntity(Long id,
String name,
SsoType ssoType,
Boolean enabled,
Boolean includeCustomerLogins,
Boolean enableRememberMe,
ZonedDateTime lastUpdated,
JitConfigEntity jitConfiguration,
String buttonText,
SamlConfig.IdpType idpType,
String ssoUrl,
String ssoIssuer,
String crowdUrl,
String certificate,
String userAttribute,
String issuerUrl,
String clientId,
String clientSecret,
String authorizationEndpoint,
String tokenEndpoint,
String userInfoEndpoint,
List<String> additionalScopes,
String usernameClaim,
Boolean discoveryEnabled) |
Copyright © 2023 Atlassian. All rights reserved.