Class: Bosh::Director::Api::LocalUser
- Defined in:
- lib/bosh/director/api/local_identity_provider.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
33 34 35 |
# File 'lib/bosh/director/api/local_identity_provider.rb', line 33 def password @password end |
#username ⇒ Object
Returns the value of attribute username
33 34 35 |
# File 'lib/bosh/director/api/local_identity_provider.rb', line 33 def username @username end |
Instance Method Details
#client ⇒ Object
42 43 44 |
# File 'lib/bosh/director/api/local_identity_provider.rb', line 42 def client nil end |
#scopes ⇒ Object
34 35 36 |
# File 'lib/bosh/director/api/local_identity_provider.rb', line 34 def scopes ['bosh.admin'] end |
#username_or_client ⇒ Object
38 39 40 |
# File 'lib/bosh/director/api/local_identity_provider.rb', line 38 def username_or_client username end |