class Keycloak::Representation::User

Defined in:

keycloak/representation/user.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Keycloak::Representation::Base

new(pull : JSON::PullParser)
new
new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access : Hash(String, Bool) #

[View source]
def access=(access : Hash(String, Bool)) #

[View source]
def attributes : Hash(String, Array(String)) #

[View source]
def attributes=(attributes : Hash(String, Array(String))) #

[View source]
def client_consents : Array(UserConsent) #

[View source]
def client_consents=(client_consents : Array(UserConsent)) #

[View source]
def client_roles : Hash(String, String) #

[View source]
def client_roles=(client_roles : Hash(String, String)) #

[View source]
def created_timestamp : Time | Nil #

[View source]
def created_timestamp=(created_timestamp : Time | Nil) #

[View source]
def credentials : Array(Credential) #

[View source]
def credentials=(credentials : Array(Credential)) #

[View source]
def disableable_credential_types : Array(String) #

[View source]
def disableable_credential_types=(disableable_credential_types : Array(String)) #

[View source]
def email : String | Nil #

[View source]
def email=(email : String | Nil) #

[View source]
def email_verified : Bool | Nil #

[View source]
def email_verified=(email_verified : Bool | Nil) #

[View source]
def enabled : Bool | Nil #

[View source]
def enabled=(enabled : Bool | Nil) #

[View source]
def federated_identities : Array(FederatedIdentity) #

[View source]
def federated_identities=(federated_identities : Array(FederatedIdentity)) #

[View source]
def federation_link : String | Nil #

[View source]
def federation_link=(federation_link : String | Nil) #

[View source]
def firstname : String | Nil #

[View source]
def firstname=(firstname : String | Nil) #

[View source]
def groups : Array(String) | Nil #

[View source]
def groups=(groups : Array(String) | Nil) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def lastname : String | Nil #

[View source]
def lastname=(lastname : String | Nil) #

[View source]
def not_before : Time | Nil #

[View source]
def not_before=(not_before : Time | Nil) #

[View source]
def origin : String | Nil #

[View source]
def origin=(origin : String | Nil) #

[View source]
def realm_roles : Array(String) #

[View source]
def realm_roles=(realm_roles : Array(String)) #

[View source]
def required_actions : Array(String) #

[View source]
def required_actions=(required_actions : Array(String)) #

[View source]
def self : String | Nil #

[View source]
def self=(self __arg0 : String | Nil) #

[View source]
def service_account_client_id : String | Nil #

[View source]
def service_account_client_id=(service_account_client_id : String | Nil) #

[View source]
def totp : Bool | Nil #

[View source]
def totp=(totp : Bool | Nil) #

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]