class Keycloak::Representation::Credential

Defined in:

keycloak/representation/credential.cr

Constructors

Class Method Summary

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]
def self.new #

[View source]

Class Method Detail

def self.password(password : String) #

[View source]
def self.temporary_password(password : String) #

[View source]

Instance Method Detail

def created_date : Time | Nil #

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

[View source]
def credential_data : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def priority : Int32 | Nil #

[View source]
def priority=(priority : Int32 | Nil) #

[View source]
def secret_data : String | Nil #

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

[View source]
def temporary : Bool | Nil #

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

[View source]
def type : String | Nil #

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

[View source]
def user_label : String | Nil #

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

[View source]
def value : String | Nil #

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

[View source]