Class: AuthenticateApplication
- Inherits:
-
Object
- Object
- AuthenticateApplication
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerauthenticateApplication
in0 - ApplicationAuthenticationContext
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ AuthenticateApplication
constructor
A new instance of AuthenticateApplication.
Constructor Details
#initialize(in0 = nil) ⇒ AuthenticateApplication
Returns a new instance of AuthenticateApplication.
1285 1286 1287 |
# File 'lib/crowd/default.rb', line 1285 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
1283 1284 1285 |
# File 'lib/crowd/default.rb', line 1283 def in0 @in0 end |