java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ClientRegistration.ClientRegistrationBuilder
- Umschließende Klasse:
ClientRegistration
public static class ClientRegistration.ClientRegistrationBuilder
extends Object
-
Methodenübersicht
Approval page logo filename
Option to choose Authorization code grant type
Option to choose Client Credentials grant type
The scopes associated with this client
Option to choose Implicit grant type
OAuth client level options to apply PKCE security, for the public clients using authorization code grant type.
List of redirect urls allowed for this client
Option to choose Resource Owner grant type
The number of times token can be refreshed
specifies whether the client is either public or confidential client
-
Methodendetails
-
approvalpgFilename
Approval page file name
- Gibt zurück:
this.
-
-
approvalpgHeading
Approval page heading
- Gibt zurück:
this.
-
approvalpgLogoFilename
Approval page logo filename
- Gibt zurück:
this.
-
approvalpgTitle
Approval page title
- Gibt zurück:
this.
-
authCodeAllowed
Option to choose Authorization code grant type
- Gibt zurück:
this.
-
clScopes
The scopes associated with this client
- Gibt zurück:
this.
-
clientCredentialsAllowed
Option to choose Client Credentials grant type
- Gibt zurück:
this.
-
clientId
The client id
- Gibt zurück:
this.
-
clientSecret
- Gibt zurück:
this.
-
enabled
Is the client enabled?
- Gibt zurück:
this.
-
implicitAllowed
Option to choose Implicit grant type
- Gibt zurück:
this.
-
name
The client name
- Gibt zurück:
this.
-
notes
Notes on the client
- Gibt zurück:
this.
-
pkceType
OAuth client level options to apply PKCE security, for the public clients using authorization code grant type. Applicable only for local auth server.
- Gibt zurück:
this.
-
primaryNode
- Gibt zurück:
this.
-
redirectUris
List of redirect urls allowed for this client
- Gibt zurück:
this.
-
resourceOwnerAllowed
Option to choose Resource Owner grant type
- Gibt zurück:
this.
-
-
tokenLifetime
Token life time
- Gibt zurück:
this.
-
tokenRefreshLimit
The number of times token can be refreshed
- Gibt zurück:
this.
-
type
specifies whether the client is either public or confidential client
- Gibt zurück:
this.
-
version
The client version
- Gibt zurück:
this.
-
-