Class: ApplicationAuthenticationContext
- Inherits:
-
Object
- Object
- ApplicationAuthenticationContext
- Defined in:
- lib/crowd/default.rb
Overview
http://authentication.integration.crowd.atlassian.comApplicationAuthenticationContext
credential - PasswordCredential
name - SOAP::SOAPString
validationFactors - ArrayOfValidationFactor
Instance Attribute Summary collapse
-
#credential ⇒ Object
Returns the value of attribute credential.
-
#name ⇒ Object
Returns the value of attribute name.
-
#validationFactors ⇒ Object
Returns the value of attribute validationFactors.
Instance Method Summary collapse
-
#initialize(credential = nil, name = nil, validationFactors = nil) ⇒ ApplicationAuthenticationContext
constructor
A new instance of ApplicationAuthenticationContext.
Constructor Details
#initialize(credential = nil, name = nil, validationFactors = nil) ⇒ ApplicationAuthenticationContext
Returns a new instance of ApplicationAuthenticationContext.
74 75 76 77 78 |
# File 'lib/crowd/default.rb', line 74 def initialize(credential = nil, name = nil, validationFactors = nil) @credential = credential @name = name @validationFactors = validationFactors end |
Instance Attribute Details
#credential ⇒ Object
Returns the value of attribute credential.
70 71 72 |
# File 'lib/crowd/default.rb', line 70 def credential @credential end |
#name ⇒ Object
Returns the value of attribute name.
71 72 73 |
# File 'lib/crowd/default.rb', line 71 def name @name end |
#validationFactors ⇒ Object
Returns the value of attribute validationFactors.
72 73 74 |
# File 'lib/crowd/default.rb', line 72 def validationFactors @validationFactors end |