Class: Authlete::Model::Client

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/client.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#applicationTypeObject Also known as: application_type

Returns the value of attribute applicationType.



64
65
66
# File 'lib/authlete/model/client.rb', line 64

def applicationType
  @applicationType
end

#attributesObject

Returns the value of attribute attributes.



290
291
292
# File 'lib/authlete/model/client.rb', line 290

def attributes
  @attributes
end

#authorizationDataTypesObject Also known as: authorization_data_types

Returns the value of attribute authorizationDataTypes.



278
279
280
# File 'lib/authlete/model/client.rb', line 278

def authorizationDataTypes
  @authorizationDataTypes
end

#authorizationEncryptionAlgObject Also known as: authorization_encryption_alg

Returns the value of attribute authorizationEncryptionAlg.



246
247
248
# File 'lib/authlete/model/client.rb', line 246

def authorizationEncryptionAlg
  @authorizationEncryptionAlg
end

#authorizationEncryptionEncObject Also known as: authorization_encryption_enc

Returns the value of attribute authorizationEncryptionEnc.



250
251
252
# File 'lib/authlete/model/client.rb', line 250

def authorizationEncryptionEnc
  @authorizationEncryptionEnc
end

#authorizationSignAlgObject Also known as: authorization_sign_alg

Returns the value of attribute authorizationSignAlg.



242
243
244
# File 'lib/authlete/model/client.rb', line 242

def authorizationSignAlg
  @authorizationSignAlg
end

#authTimeRequiredObject Also known as: auth_time_required

Returns the value of attribute authTimeRequired.



180
181
182
# File 'lib/authlete/model/client.rb', line 180

def authTimeRequired
  @authTimeRequired
end

#bcDeliveryModeObject Also known as: bc_delivery_mode

Returns the value of attribute bcDeliveryMode.



254
255
256
# File 'lib/authlete/model/client.rb', line 254

def bcDeliveryMode
  @bcDeliveryMode
end

#bcNotificationEndpointObject Also known as: bc_notification_endpoint

Returns the value of attribute bcNotificationEndpoint.



258
259
260
# File 'lib/authlete/model/client.rb', line 258

def bcNotificationEndpoint
  @bcNotificationEndpoint
end

#bcRequestSignAlgObject Also known as: bc_request_sign_alg

Returns the value of attribute bcRequestSignAlg.



262
263
264
# File 'lib/authlete/model/client.rb', line 262

def bcRequestSignAlg
  @bcRequestSignAlg
end

#bcUserCodeRequiredObject Also known as: bc_user_code_required

Returns the value of attribute bcUserCodeRequired.



266
267
268
# File 'lib/authlete/model/client.rb', line 266

def bcUserCodeRequired
  @bcUserCodeRequired
end

#clientIdObject Also known as: client_id

Returns the value of attribute clientId.



32
33
34
# File 'lib/authlete/model/client.rb', line 32

def clientId
  @clientId
end

#clientIdAliasObject Also known as: client_id_alias

Returns the value of attribute clientIdAlias.



36
37
38
# File 'lib/authlete/model/client.rb', line 36

def clientIdAlias
  @clientIdAlias
end

#clientIdAliasEnabledObject Also known as: client_id_alias_enabled

Returns the value of attribute clientIdAliasEnabled.



40
41
42
# File 'lib/authlete/model/client.rb', line 40

def clientIdAliasEnabled
  @clientIdAliasEnabled
end

#clientNameObject Also known as: client_name

Returns the value of attribute clientName.



70
71
72
# File 'lib/authlete/model/client.rb', line 70

def clientName
  @clientName
end

#clientNamesObject Also known as: client_names

Returns the value of attribute clientNames.



74
75
76
# File 'lib/authlete/model/client.rb', line 74

def clientNames
  @clientNames
end

#clientSecretObject Also known as: client_secret

Returns the value of attribute clientSecret.



44
45
46
# File 'lib/authlete/model/client.rb', line 44

def clientSecret
  @clientSecret
end

#clientTypeObject Also known as: client_type

Returns the value of attribute clientType.



48
49
50
# File 'lib/authlete/model/client.rb', line 48

def clientType
  @clientType
end

#clientUriObject Also known as: client_uri

Returns the value of attribute clientUri.



86
87
88
# File 'lib/authlete/model/client.rb', line 86

def clientUri
  @clientUri
end

#clientUrisObject Also known as: client_uris

Returns the value of attribute clientUris.



90
91
92
# File 'lib/authlete/model/client.rb', line 90

def clientUris
  @clientUris
end

#contactsObject

Returns the value of attribute contacts.



68
69
70
# File 'lib/authlete/model/client.rb', line 68

def contacts
  @contacts
end

#createdAtObject Also known as: created_at

Returns the value of attribute createdAt.



196
197
198
# File 'lib/authlete/model/client.rb', line 196

def createdAt
  @createdAt
end

#defaultAcrsObject Also known as: default_acrs

Returns the value of attribute defaultAcrs.



176
177
178
# File 'lib/authlete/model/client.rb', line 176

def defaultAcrs
  @defaultAcrs
end

#defaultMaxAgeObject Also known as: default_max_age

Returns the value of attribute defaultMaxAge.



172
173
174
# File 'lib/authlete/model/client.rb', line 172

def defaultMaxAge
  @defaultMaxAge
end

#derivedSectorIdentifierObject Also known as: derived_sector_identifier

Returns the value of attribute derivedSectorIdentifier.



116
117
118
# File 'lib/authlete/model/client.rb', line 116

def derivedSectorIdentifier
  @derivedSectorIdentifier
end

#descriptionObject

Returns the value of attribute description.



192
193
194
# File 'lib/authlete/model/client.rb', line 192

def description
  @description
end

#descriptionsObject

Returns the value of attribute descriptions.



194
195
196
# File 'lib/authlete/model/client.rb', line 194

def descriptions
  @descriptions
end

#developerObject

Returns the value of attribute developer.



30
31
32
# File 'lib/authlete/model/client.rb', line 30

def developer
  @developer
end

#dynamicallyRegisteredObject Also known as: dynamically_registered

Returns the value of attribute dynamicallyRegistered.



270
271
272
# File 'lib/authlete/model/client.rb', line 270

def dynamicallyRegistered
  @dynamicallyRegistered
end

#extensionObject

Returns the value of attribute extension.



204
205
206
# File 'lib/authlete/model/client.rb', line 204

def extension
  @extension
end

#grantTypesObject Also known as: grant_types

Returns the value of attribute grantTypes.



60
61
62
# File 'lib/authlete/model/client.rb', line 60

def grantTypes
  @grantTypes
end

#idTokenEncryptionAlgObject Also known as: id_token_encryption_alg

Returns the value of attribute idTokenEncryptionAlg.



132
133
134
# File 'lib/authlete/model/client.rb', line 132

def idTokenEncryptionAlg
  @idTokenEncryptionAlg
end

#idTokenEncryptionEncObject Also known as: id_token_encryption_enc

Returns the value of attribute idTokenEncryptionEnc.



136
137
138
# File 'lib/authlete/model/client.rb', line 136

def idTokenEncryptionEnc
  @idTokenEncryptionEnc
end

#idTokenSignAlgObject Also known as: id_token_sign_alg

Returns the value of attribute idTokenSignAlg.



128
129
130
# File 'lib/authlete/model/client.rb', line 128

def idTokenSignAlg
  @idTokenSignAlg
end

#jwksObject

Returns the value of attribute jwks.



114
115
116
# File 'lib/authlete/model/client.rb', line 114

def jwks
  @jwks
end

#jwksUriObject Also known as: jwks_uri

Returns the value of attribute jwksUri.



110
111
112
# File 'lib/authlete/model/client.rb', line 110

def jwksUri
  @jwksUri
end

#loginUriObject Also known as: login_uri

Returns the value of attribute loginUri.



184
185
186
# File 'lib/authlete/model/client.rb', line 184

def loginUri
  @loginUri
end

#logoUriObject Also known as: logo_uri

Returns the value of attribute logoUri.



78
79
80
# File 'lib/authlete/model/client.rb', line 78

def logoUri
  @logoUri
end

#logoUrisObject Also known as: logo_uris

Returns the value of attribute logoUris.



82
83
84
# File 'lib/authlete/model/client.rb', line 82

def logoUris
  @logoUris
end

#modifiedAtObject Also known as: modified_at

Returns the value of attribute modifiedAt.



200
201
202
# File 'lib/authlete/model/client.rb', line 200

def modifiedAt
  @modifiedAt
end

#numberObject

Returns the value of attribute number.



24
25
26
# File 'lib/authlete/model/client.rb', line 24

def number
  @number
end

#parRequiredObject Also known as: par_required

Returns the value of attribute parRequired.



282
283
284
# File 'lib/authlete/model/client.rb', line 282

def parRequired
  @parRequired
end

#policyUriObject Also known as: policy_uri

Returns the value of attribute policyUri.



94
95
96
# File 'lib/authlete/model/client.rb', line 94

def policyUri
  @policyUri
end

#policyUrisObject Also known as: policy_uris

Returns the value of attribute policyUris.



98
99
100
# File 'lib/authlete/model/client.rb', line 98

def policyUris
  @policyUris
end

#redirectUrisObject Also known as: redirect_uris

Returns the value of attribute redirectUris.



52
53
54
# File 'lib/authlete/model/client.rb', line 52

def redirectUris
  @redirectUris
end

#registrationAccessTokenHashObject Also known as: registration_access_token_hash

Returns the value of attribute registrationAccessTokenHash.



274
275
276
# File 'lib/authlete/model/client.rb', line 274

def registrationAccessTokenHash
  @registrationAccessTokenHash
end

#requestEncryptionAlgObject Also known as: request_encryption_alg

Returns the value of attribute requestEncryptionAlg.



156
157
158
# File 'lib/authlete/model/client.rb', line 156

def requestEncryptionAlg
  @requestEncryptionAlg
end

#requestEncryptionEncObject Also known as: request_encryption_enc

Returns the value of attribute requestEncryptionEnc.



160
161
162
# File 'lib/authlete/model/client.rb', line 160

def requestEncryptionEnc
  @requestEncryptionEnc
end

#requestObjectRequiredObject Also known as: request_object_required

Returns the value of attribute requestObjectRequired.



286
287
288
# File 'lib/authlete/model/client.rb', line 286

def requestObjectRequired
  @requestObjectRequired
end

#requestSignAlgObject Also known as: request_sign_alg

Returns the value of attribute requestSignAlg.



152
153
154
# File 'lib/authlete/model/client.rb', line 152

def requestSignAlg
  @requestSignAlg
end

#requestUrisObject Also known as: request_uris

Returns the value of attribute requestUris.



188
189
190
# File 'lib/authlete/model/client.rb', line 188

def requestUris
  @requestUris
end

#responseTypesObject Also known as: response_types

Returns the value of attribute responseTypes.



56
57
58
# File 'lib/authlete/model/client.rb', line 56

def responseTypes
  @responseTypes
end

#sectorIdentifierUriObject Also known as: sector_identifier_uri

Returns the value of attribute sectorIdentifierUri.



120
121
122
# File 'lib/authlete/model/client.rb', line 120

def sectorIdentifierUri
  @sectorIdentifierUri
end

#selfSignedCertificateKeyIdObject Also known as: self_signed_certificate_key_id

Returns the value of attribute selfSignedCertificateKeyId.



230
231
232
# File 'lib/authlete/model/client.rb', line 230

def selfSignedCertificateKeyId
  @selfSignedCertificateKeyId
end

#serviceNumberObject Also known as: service_number

Returns the value of attribute serviceNumber.



26
27
28
# File 'lib/authlete/model/client.rb', line 26

def serviceNumber
  @serviceNumber
end

#softwareIdObject Also known as: software_id

Returns the value of attribute softwareId.



234
235
236
# File 'lib/authlete/model/client.rb', line 234

def softwareId
  @softwareId
end

#softwareVersionObject Also known as: software_version

Returns the value of attribute softwareVersion.



238
239
240
# File 'lib/authlete/model/client.rb', line 238

def softwareVersion
  @softwareVersion
end

#subjectTypeObject Also known as: subject_type

Returns the value of attribute subjectType.



124
125
126
# File 'lib/authlete/model/client.rb', line 124

def subjectType
  @subjectType
end

#tlsClientAuthSanDnsObject Also known as: tls_client_auth_san_dns

Returns the value of attribute tlsClientAuthSanDns.



210
211
212
# File 'lib/authlete/model/client.rb', line 210

def tlsClientAuthSanDns
  @tlsClientAuthSanDns
end

#tlsClientAuthSanEmailObject Also known as: tls_client_auth_san_email

Returns the value of attribute tlsClientAuthSanEmail.



222
223
224
# File 'lib/authlete/model/client.rb', line 222

def tlsClientAuthSanEmail
  @tlsClientAuthSanEmail
end

#tlsClientAuthSanIpObject Also known as: tls_client_auth_san_ip

Returns the value of attribute tlsClientAuthSanIp.



218
219
220
# File 'lib/authlete/model/client.rb', line 218

def tlsClientAuthSanIp
  @tlsClientAuthSanIp
end

#tlsClientAuthSanUriObject Also known as: tls_client_auth_san_uri

Returns the value of attribute tlsClientAuthSanUri.



214
215
216
# File 'lib/authlete/model/client.rb', line 214

def tlsClientAuthSanUri
  @tlsClientAuthSanUri
end

#tlsClientAuthSubjectDnObject Also known as: tls_client_auth_subject_dn

Returns the value of attribute tlsClientAuthSubjectDn.



206
207
208
# File 'lib/authlete/model/client.rb', line 206

def tlsClientAuthSubjectDn
  @tlsClientAuthSubjectDn
end

#tlsClientCertificateBoundAccessTokensObject Also known as: tls_client_certificate_bound_access_tokens

Returns the value of attribute tlsClientCertificateBoundAccessTokens.



226
227
228
# File 'lib/authlete/model/client.rb', line 226

def tlsClientCertificateBoundAccessTokens
  @tlsClientCertificateBoundAccessTokens
end

#tokenAuthMethodObject Also known as: token_auth_method

Returns the value of attribute tokenAuthMethod.



164
165
166
# File 'lib/authlete/model/client.rb', line 164

def tokenAuthMethod
  @tokenAuthMethod
end

#tokenAuthSignAlgObject Also known as: token_auth_sign_alg

Returns the value of attribute tokenAuthSignAlg.



168
169
170
# File 'lib/authlete/model/client.rb', line 168

def tokenAuthSignAlg
  @tokenAuthSignAlg
end

#tosUriObject Also known as: tos_uri

Returns the value of attribute tosUri.



102
103
104
# File 'lib/authlete/model/client.rb', line 102

def tosUri
  @tosUri
end

#tosUrisObject Also known as: tos_uris

Returns the value of attribute tosUris.



106
107
108
# File 'lib/authlete/model/client.rb', line 106

def tosUris
  @tosUris
end

#userInfoEncryptionAlgObject Also known as: user_info_encryption_alg

Returns the value of attribute userInfoEncryptionAlg.



144
145
146
# File 'lib/authlete/model/client.rb', line 144

def userInfoEncryptionAlg
  @userInfoEncryptionAlg
end

#userInfoEncryptionEncObject Also known as: user_info_encryption_enc

Returns the value of attribute userInfoEncryptionEnc.



148
149
150
# File 'lib/authlete/model/client.rb', line 148

def userInfoEncryptionEnc
  @userInfoEncryptionEnc
end

#userInfoSignAlgObject Also known as: user_info_sign_alg

Returns the value of attribute userInfoSignAlg.



140
141
142
# File 'lib/authlete/model/client.rb', line 140

def userInfoSignAlg
  @userInfoSignAlg
end