Uses of Class
com.okta.sdk.resource.model.AuthorizationServer
-
Uses of AuthorizationServer in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer, Map<String, String> additionalHeaders) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.getAuthorizationServer
(String authServerId) Retrieve an Authorization Server Retrieves an authorization serverAuthorizationServerApi.getAuthorizationServer
(String authServerId, Map<String, String> additionalHeaders) Retrieve an Authorization Server Retrieves an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replaces an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer, Map<String, String> additionalHeaders) Replace an Authorization Server Replaces an authorization serverModifier and TypeMethodDescriptionAuthorizationServerApi.createAssociatedServers
(String authServerId, AssociatedServerMediated associatedServerMediated) Create the Associated Authorization Servers Creates the trusted relationships between the given authorization server and other authorization serversAuthorizationServerApi.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 serversAuthorizationServerApi.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`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`AuthorizationServerApi.listAuthorizationServers
(String q, Integer limit, String after) List all Authorization Servers Lists all authorization serversAuthorizationServerApi.listAuthorizationServers
(String q, Integer limit, String after, Map<String, String> additionalHeaders) List all Authorization Servers Lists all authorization serversModifier and TypeMethodDescriptionAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer, Map<String, String> additionalHeaders) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replaces an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer, Map<String, String> additionalHeaders) Replace an Authorization Server Replaces an authorization server -
Uses of AuthorizationServer in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAuthorizationServer.addAudiencesItem
(String audiencesItem) AuthorizationServer.credentials
(AuthorizationServerCredentials credentials) AuthorizationServer.description
(String description) AuthorizationServer.issuerMode
(IssuerMode issuerMode) AuthorizationServer.status
(LifecycleStatus status)