Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
AuthorizationServer |
AuthorizationServerApi.createAuthorizationServer(AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
AuthorizationServer |
AuthorizationServerApi.createAuthorizationServer(AuthorizationServer authorizationServer,
Map<String,String> additionalHeaders)
Create an Authorization Server
Creates an authorization server
|
AuthorizationServer |
AuthorizationServerApi.getAuthorizationServer(String authServerId)
Retrieve an Authorization Server
Retrieves an authorization server
|
AuthorizationServer |
AuthorizationServerApi.getAuthorizationServer(String authServerId,
Map<String,String> additionalHeaders)
Retrieve an Authorization Server
Retrieves an authorization server
|
AuthorizationServer |
AuthorizationServerApi.replaceAuthorizationServer(String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replaces an authorization server
|
AuthorizationServer |
AuthorizationServerApi.replaceAuthorizationServer(String authServerId,
AuthorizationServer authorizationServer,
Map<String,String> additionalHeaders)
Replace an Authorization Server
Replaces an authorization server
|
Modifier and Type | Method and Description |
---|---|
List<AuthorizationServer> |
AuthorizationServerApi.createAssociatedServers(String authServerId,
AssociatedServerMediated associatedServerMediated)
Create the Associated Authorization Servers
Creates the trusted relationships between the given authorization server and other authorization servers
|
List<AuthorizationServer> |
AuthorizationServerApi.createAssociatedServers(String authServerId,
AssociatedServerMediated associatedServerMediated,
Map<String,String> additionalHeaders)
Create the Associated Authorization Servers
Creates the trusted relationships between the given authorization server and other authorization servers
|
List<AuthorizationServer> |
AuthorizationServerApi.listAssociatedServersByTrustedType(String authServerId,
Boolean trusted,
String q,
Integer limit,
String after)
List all Associated Authorization Servers
Lists all associated authorization servers by trusted type for the given `authServerId`
|
List<AuthorizationServer> |
AuthorizationServerApi.listAssociatedServersByTrustedType(String authServerId,
Boolean trusted,
String q,
Integer limit,
String after,
Map<String,String> additionalHeaders)
List all Associated Authorization Servers
Lists all associated authorization servers by trusted type for the given `authServerId`
|
List<AuthorizationServer> |
AuthorizationServerApi.listAuthorizationServers(String q,
Integer limit,
String after)
List all Authorization Servers
Lists all authorization servers
|
List<AuthorizationServer> |
AuthorizationServerApi.listAuthorizationServers(String q,
Integer limit,
String after,
Map<String,String> additionalHeaders)
List all Authorization Servers
Lists all authorization servers
|
Modifier and Type | Method and Description |
---|---|
AuthorizationServer |
AuthorizationServerApi.createAuthorizationServer(AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
AuthorizationServer |
AuthorizationServerApi.createAuthorizationServer(AuthorizationServer authorizationServer,
Map<String,String> additionalHeaders)
Create an Authorization Server
Creates an authorization server
|
AuthorizationServer |
AuthorizationServerApi.replaceAuthorizationServer(String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replaces an authorization server
|
AuthorizationServer |
AuthorizationServerApi.replaceAuthorizationServer(String authServerId,
AuthorizationServer authorizationServer,
Map<String,String> additionalHeaders)
Replace an Authorization Server
Replaces an authorization server
|
Modifier and Type | Method and Description |
---|---|
AuthorizationServer |
AuthorizationServer.addAudiencesItem(String audiencesItem) |
AuthorizationServer |
AuthorizationServer.audiences(List<String> audiences) |
AuthorizationServer |
AuthorizationServer.credentials(AuthorizationServerCredentials credentials) |
AuthorizationServer |
AuthorizationServer.description(String description) |
AuthorizationServer |
AuthorizationServer.issuer(String issuer) |
AuthorizationServer |
AuthorizationServer.issuerMode(IssuerMode issuerMode) |
AuthorizationServer |
AuthorizationServer.links(LinksSelf links) |
AuthorizationServer |
AuthorizationServer.name(String name) |
AuthorizationServer |
AuthorizationServer.status(LifecycleStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.