Class: PrincipalAuthenticationContext
- Inherits:
-
Object
- Object
- PrincipalAuthenticationContext
- Defined in:
- lib/default.rb
Overview
http://authentication.integration.crowd.atlassian.comPrincipalAuthenticationContext
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#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(application = nil, credential = nil, name = nil, validationFactors = nil) ⇒ PrincipalAuthenticationContext
constructor
A new instance of PrincipalAuthenticationContext.
Constructor Details
#initialize(application = nil, credential = nil, name = nil, validationFactors = nil) ⇒ PrincipalAuthenticationContext
Returns a new instance of PrincipalAuthenticationContext.
60 61 62 63 64 65 |
# File 'lib/default.rb', line 60 def initialize(application = nil, credential = nil, name = nil, validationFactors = nil) @application = application @credential = credential @name = name @validationFactors = validationFactors end |
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
55 56 57 |
# File 'lib/default.rb', line 55 def application @application end |
#credential ⇒ Object
Returns the value of attribute credential.
56 57 58 |
# File 'lib/default.rb', line 56 def credential @credential end |
#name ⇒ Object
Returns the value of attribute name.
57 58 59 |
# File 'lib/default.rb', line 57 def name @name end |
#validationFactors ⇒ Object
Returns the value of attribute validationFactors.
58 59 60 |
# File 'lib/default.rb', line 58 def validationFactors @validationFactors end |