Record Class IdentityProperties
java.lang.Object
java.lang.Record
io.camunda.identity.autoconfigure.IdentityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProperties(String baseUrl, String issuer, String issuerBackendUrl, String jwksUrl, String clientId, String clientSecret, String audience, IdentityConfiguration.Type type, String authScopes) Creates an instance of aIdentityPropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionaudience()Returns the value of theaudiencerecord component.Returns the value of theauthScopesrecord component.baseUrl()Returns the value of thebaseUrlrecord component.clientId()Returns the value of theclientIdrecord component.Returns the value of theclientSecretrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.issuer()Returns the value of theissuerrecord component.Returns the value of theissuerBackendUrlrecord component.jwksUrl()Returns the value of thejwksUrlrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
IdentityProperties
public IdentityProperties(String baseUrl, String issuer, String issuerBackendUrl, String jwksUrl, String clientId, String clientSecret, String audience, IdentityConfiguration.Type type, String authScopes) Creates an instance of aIdentityPropertiesrecord class.- Parameters:
baseUrl- the value for thebaseUrlrecord componentissuer- the value for theissuerrecord componentissuerBackendUrl- the value for theissuerBackendUrlrecord componentjwksUrl- the value for thejwksUrlrecord componentclientId- the value for theclientIdrecord componentclientSecret- the value for theclientSecretrecord componentaudience- the value for theaudiencerecord componenttype- the value for thetyperecord componentauthScopes- the value for theauthScopesrecord component
-
-
Method Details
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
baseUrl
Returns the value of thebaseUrlrecord component.- Returns:
- the value of the
baseUrlrecord component
-
issuer
Returns the value of theissuerrecord component.- Returns:
- the value of the
issuerrecord component
-
issuerBackendUrl
Returns the value of theissuerBackendUrlrecord component.- Returns:
- the value of the
issuerBackendUrlrecord component
-
jwksUrl
Returns the value of thejwksUrlrecord component.- Returns:
- the value of the
jwksUrlrecord component
-
clientId
Returns the value of theclientIdrecord component.- Returns:
- the value of the
clientIdrecord component
-
clientSecret
Returns the value of theclientSecretrecord component.- Returns:
- the value of the
clientSecretrecord component
-
audience
Returns the value of theaudiencerecord component.- Returns:
- the value of the
audiencerecord component
-
authScopes
Returns the value of theauthScopesrecord component.- Returns:
- the value of the
authScopesrecord component
-