Package io.meeds.oauth2.server.model
Record Class OAuthCimdClientMetadata
java.lang.Object
java.lang.Record
io.meeds.oauth2.server.model.OAuthCimdClientMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthCimdClientMetadata(String clientId, String clientName, String clientUri, String logoUri, String policyUri, List<String> redirectUris, List<String> grantTypes, List<String> responseTypes, String scope, String tokenEndpointAuthMethod, String jwksUri) Creates an instance of aOAuthCimdClientMetadatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionclientId()Returns the value of theclientIdrecord component.Returns the value of theclientNamerecord component.Returns the value of theclientUrirecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thegrantTypesrecord component.final inthashCode()Returns a hash code value for this object.jwksUri()Returns the value of thejwksUrirecord component.logoUri()Returns the value of thelogoUrirecord component.Returns the value of thepolicyUrirecord component.Returns the value of theredirectUrisrecord component.Returns the value of theresponseTypesrecord component.scope()Returns the value of thescoperecord component.Returns the value of thetokenEndpointAuthMethodrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
OAuthCimdClientMetadata
public OAuthCimdClientMetadata(String clientId, String clientName, String clientUri, String logoUri, String policyUri, List<String> redirectUris, List<String> grantTypes, List<String> responseTypes, String scope, String tokenEndpointAuthMethod, String jwksUri) Creates an instance of aOAuthCimdClientMetadatarecord class.- Parameters:
clientId- the value for theclientIdrecord componentclientName- the value for theclientNamerecord componentclientUri- the value for theclientUrirecord componentlogoUri- the value for thelogoUrirecord componentpolicyUri- the value for thepolicyUrirecord componentredirectUris- the value for theredirectUrisrecord componentgrantTypes- the value for thegrantTypesrecord componentresponseTypes- the value for theresponseTypesrecord componentscope- the value for thescoperecord componenttokenEndpointAuthMethod- the value for thetokenEndpointAuthMethodrecord componentjwksUri- the value for thejwksUrirecord component
-
-
Method Details
-
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). -
clientId
Returns the value of theclientIdrecord component.- Returns:
- the value of the
clientIdrecord component
-
clientName
Returns the value of theclientNamerecord component.- Returns:
- the value of the
clientNamerecord component
-
clientUri
Returns the value of theclientUrirecord component.- Returns:
- the value of the
clientUrirecord component
-
logoUri
Returns the value of thelogoUrirecord component.- Returns:
- the value of the
logoUrirecord component
-
policyUri
Returns the value of thepolicyUrirecord component.- Returns:
- the value of the
policyUrirecord component
-
redirectUris
Returns the value of theredirectUrisrecord component.- Returns:
- the value of the
redirectUrisrecord component
-
grantTypes
Returns the value of thegrantTypesrecord component.- Returns:
- the value of the
grantTypesrecord component
-
responseTypes
Returns the value of theresponseTypesrecord component.- Returns:
- the value of the
responseTypesrecord component
-
scope
Returns the value of thescoperecord component.- Returns:
- the value of the
scoperecord component
-
tokenEndpointAuthMethod
Returns the value of thetokenEndpointAuthMethodrecord component.- Returns:
- the value of the
tokenEndpointAuthMethodrecord component
-
jwksUri
Returns the value of thejwksUrirecord component.- Returns:
- the value of the
jwksUrirecord component
-