Uses of Class
sh.ory.hydra.model.OAuth2Client
-
Packages that use OAuth2Client Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of OAuth2Client in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return OAuth2Client Modifier and Type Method Description OAuth2ClientAdminApi. createOAuth2Client(OAuth2Client body)Create an OAuth 2.0 Client Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.OAuth2ClientAdminApi. getOAuth2Client(String id)Get an OAuth 2.0 Client.OAuth2ClientAdminApi. updateOAuth2Client(String id, OAuth2Client body)Update an OAuth 2.0 Client Update an existing OAuth 2.0 Client.Methods in sh.ory.hydra.api that return types with arguments of type OAuth2Client Modifier and Type Method Description ApiResponse<OAuth2Client>AdminApi. createOAuth2ClientWithHttpInfo(OAuth2Client body)Create an OAuth 2.0 Client Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.ApiResponse<OAuth2Client>AdminApi. getOAuth2ClientWithHttpInfo(String id)Get an OAuth 2.0 Client.List<OAuth2Client>AdminApi. listOAuth2Clients(Long limit, Long offset)List OAuth 2.0 Clients This endpoint lists all clients in the database, and never returns client secrets.ApiResponse<List<OAuth2Client>>AdminApi. listOAuth2ClientsWithHttpInfo(Long limit, Long offset)List OAuth 2.0 Clients This endpoint lists all clients in the database, and never returns client secrets.ApiResponse<OAuth2Client>AdminApi. updateOAuth2ClientWithHttpInfo(String id, OAuth2Client body)Update an OAuth 2.0 Client Update an existing OAuth 2.0 Client.Methods in sh.ory.hydra.api with parameters of type OAuth2Client Modifier and Type Method Description OAuth2ClientAdminApi. createOAuth2Client(OAuth2Client body)Create an OAuth 2.0 Client Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.okhttp3.CallAdminApi. createOAuth2ClientAsync(OAuth2Client body, ApiCallback<OAuth2Client> _callback)Create an OAuth 2.0 Client (asynchronously) Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.okhttp3.CallAdminApi. createOAuth2ClientCall(OAuth2Client body, ApiCallback _callback)Build call for createOAuth2ClientApiResponse<OAuth2Client>AdminApi. createOAuth2ClientWithHttpInfo(OAuth2Client body)Create an OAuth 2.0 Client Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.OAuth2ClientAdminApi. updateOAuth2Client(String id, OAuth2Client body)Update an OAuth 2.0 Client Update an existing OAuth 2.0 Client.okhttp3.CallAdminApi. updateOAuth2ClientAsync(String id, OAuth2Client body, ApiCallback<OAuth2Client> _callback)Update an OAuth 2.0 Client (asynchronously) Update an existing OAuth 2.0 Client.okhttp3.CallAdminApi. updateOAuth2ClientCall(String id, OAuth2Client body, ApiCallback _callback)Build call for updateOAuth2ClientApiResponse<OAuth2Client>AdminApi. updateOAuth2ClientWithHttpInfo(String id, OAuth2Client body)Update an OAuth 2.0 Client Update an existing OAuth 2.0 Client.Method parameters in sh.ory.hydra.api with type arguments of type OAuth2Client Modifier and Type Method Description okhttp3.CallAdminApi. createOAuth2ClientAsync(OAuth2Client body, ApiCallback<OAuth2Client> _callback)Create an OAuth 2.0 Client (asynchronously) Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated.okhttp3.CallAdminApi. getOAuth2ClientAsync(String id, ApiCallback<OAuth2Client> _callback)Get an OAuth 2.0 Client.okhttp3.CallAdminApi. listOAuth2ClientsAsync(Long limit, Long offset, ApiCallback<List<OAuth2Client>> _callback)List OAuth 2.0 Clients (asynchronously) This endpoint lists all clients in the database, and never returns client secrets.okhttp3.CallAdminApi. updateOAuth2ClientAsync(String id, OAuth2Client body, ApiCallback<OAuth2Client> _callback)Update an OAuth 2.0 Client (asynchronously) Update an existing OAuth 2.0 Client. -
Uses of OAuth2Client in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return OAuth2Client Modifier and Type Method Description OAuth2ClientOAuth2Client. addAllowedCorsOriginsItem(String allowedCorsOriginsItem)OAuth2ClientOAuth2Client. addAudienceItem(String audienceItem)OAuth2ClientOAuth2Client. addContactsItem(String contactsItem)OAuth2ClientOAuth2Client. addGrantTypesItem(String grantTypesItem)OAuth2ClientOAuth2Client. addPostLogoutRedirectUrisItem(String postLogoutRedirectUrisItem)OAuth2ClientOAuth2Client. addRedirectUrisItem(String redirectUrisItem)OAuth2ClientOAuth2Client. addRequestUrisItem(String requestUrisItem)OAuth2ClientOAuth2Client. addResponseTypesItem(String responseTypesItem)OAuth2ClientOAuth2Client. allowedCorsOrigins(List<String> allowedCorsOrigins)OAuth2ClientOAuth2Client. audience(List<String> audience)OAuth2ClientOAuth2Client. backchannelLogoutSessionRequired(Boolean backchannelLogoutSessionRequired)OAuth2ClientOAuth2Client. backchannelLogoutUri(String backchannelLogoutUri)OAuth2ClientOAuth2Client. clientId(String clientId)OAuth2ClientOAuth2Client. clientName(String clientName)OAuth2ClientOAuth2Client. clientSecret(String clientSecret)OAuth2ClientOAuth2Client. clientSecretExpiresAt(Long clientSecretExpiresAt)OAuth2ClientOAuth2Client. clientUri(String clientUri)OAuth2ClientOAuth2Client. contacts(List<String> contacts)OAuth2ClientOAuth2Client. createdAt(org.threeten.bp.OffsetDateTime createdAt)OAuth2ClientOAuth2Client. frontchannelLogoutSessionRequired(Boolean frontchannelLogoutSessionRequired)OAuth2ClientOAuth2Client. frontchannelLogoutUri(String frontchannelLogoutUri)OAuth2ClientConsentRequest. getClient()Get clientOAuth2ClientLoginRequest. getClient()Get clientOAuth2ClientOAuth2Client. grantTypes(List<String> grantTypes)OAuth2ClientOAuth2Client. jwks(Object jwks)OAuth2ClientOAuth2Client. jwksUri(String jwksUri)OAuth2ClientOAuth2Client. logoUri(String logoUri)OAuth2ClientOAuth2Client. metadata(Object metadata)OAuth2ClientOAuth2Client. owner(String owner)OAuth2ClientOAuth2Client. policyUri(String policyUri)OAuth2ClientOAuth2Client. postLogoutRedirectUris(List<String> postLogoutRedirectUris)OAuth2ClientOAuth2Client. redirectUris(List<String> redirectUris)OAuth2ClientOAuth2Client. requestObjectSigningAlg(String requestObjectSigningAlg)OAuth2ClientOAuth2Client. requestUris(List<String> requestUris)OAuth2ClientOAuth2Client. responseTypes(List<String> responseTypes)OAuth2ClientOAuth2Client. scope(String scope)OAuth2ClientOAuth2Client. sectorIdentifierUri(String sectorIdentifierUri)OAuth2ClientOAuth2Client. subjectType(String subjectType)OAuth2ClientOAuth2Client. tokenEndpointAuthMethod(String tokenEndpointAuthMethod)OAuth2ClientOAuth2Client. tokenEndpointAuthSigningAlg(String tokenEndpointAuthSigningAlg)OAuth2ClientOAuth2Client. tosUri(String tosUri)OAuth2ClientOAuth2Client. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)OAuth2ClientOAuth2Client. userinfoSignedResponseAlg(String userinfoSignedResponseAlg)Methods in sh.ory.hydra.model with parameters of type OAuth2Client Modifier and Type Method Description ConsentRequestConsentRequest. client(OAuth2Client client)LoginRequestLoginRequest. client(OAuth2Client client)voidConsentRequest. setClient(OAuth2Client client)voidLoginRequest. setClient(OAuth2Client client)
-