Uses of Class
org.openapitools.client.model.AuthorizationServer
Packages that use AuthorizationServer
-
Uses of AuthorizationServer in org.openapitools.client.api
Methods in org.openapitools.client.api that return AuthorizationServerModifier and TypeMethodDescriptionAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.getAuthorizationServer
(String authServerId) Retrieve an Authorization Server Retrieves an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization serverMethods in org.openapitools.client.api that return types with arguments of type AuthorizationServerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthorizationServer>
AuthorizationServerApi.createAuthorizationServerWithHttpInfo
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverorg.springframework.http.ResponseEntity<AuthorizationServer>
AuthorizationServerApi.getAuthorizationServerWithHttpInfo
(String authServerId) Retrieve an Authorization Server Retrieves an authorization serverAuthorizationServerApi.listAuthorizationServers
(String q, Integer limit, String after) List all Authorization Servers Lists all authorization serversorg.springframework.http.ResponseEntity<List<AuthorizationServer>>
AuthorizationServerApi.listAuthorizationServersWithHttpInfo
(String q, Integer limit, String after) List all Authorization Servers Lists all authorization serversorg.springframework.http.ResponseEntity<AuthorizationServer>
AuthorizationServerApi.replaceAuthorizationServerWithHttpInfo
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization serverMethods in org.openapitools.client.api with parameters of type AuthorizationServerModifier and TypeMethodDescription<T> T
AuthorizationServerApi.createAuthorizationServer
(Class<?> T, AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.createAuthorizationServer
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverorg.springframework.http.ResponseEntity<AuthorizationServer>
AuthorizationServerApi.createAuthorizationServerWithHttpInfo
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization serverAuthorizationServerApi.createAuthorizationServerWithPaginationInfo
(AuthorizationServer authorizationServer) Create an Authorization Server Creates an authorization server<T> T
AuthorizationServerApi.replaceAuthorizationServer
(Class<?> T, String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization serverAuthorizationServerApi.replaceAuthorizationServer
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization serverorg.springframework.http.ResponseEntity<AuthorizationServer>
AuthorizationServerApi.replaceAuthorizationServerWithHttpInfo
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization serverAuthorizationServerApi.replaceAuthorizationServerWithPaginationInfo
(String authServerId, AuthorizationServer authorizationServer) Replace an Authorization Server Replace an authorization server -
Uses of AuthorizationServer in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthorizationServerModifier and TypeMethodDescriptionAuthorizationServer.addAudiencesItem
(String audiencesItem) AuthorizationServer.credentials
(AuthorizationServerCredentials credentials) AuthorizationServer.description
(String description) AuthorizationServer.issuerMode
(IssuerMode issuerMode) AuthorizationServer.status
(LifecycleStatus status)