Class: Keycloak::Realm::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/keycloak/realm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_server_urlObject

Returns the value of attribute auth_server_url.



6
7
8
# File 'lib/keycloak/realm.rb', line 6

def auth_server_url
  @auth_server_url
end

#installation_fileObject

Returns the value of attribute installation_file.



6
7
8
# File 'lib/keycloak/realm.rb', line 6

def installation_file
  @installation_file
end

#realmObject

Returns the value of attribute realm.



6
7
8
# File 'lib/keycloak/realm.rb', line 6

def realm
  @realm
end