Class: CASinoCore::Processor
- Inherits:
-
Object
- Object
- CASinoCore::Processor
- Defined in:
- lib/casino_core/processor.rb,
lib/casino_core/processor/api.rb
Direct Known Subclasses
API::LoginCredentialAcceptor, API::Logout, API::ServiceTicketProvider, LegacyValidator, LoginCredentialAcceptor, LoginCredentialRequestor, Logout, OtherSessionsDestroyer, ProxyTicketProvider, SecondFactorAuthenticationAcceptor, ServiceTicketValidator, SessionDestroyer, SessionOverview, TwoFactorAuthenticatorActivator, TwoFactorAuthenticatorDestroyer, TwoFactorAuthenticatorOverview, TwoFactorAuthenticatorRegistrator
Defined Under Namespace
Modules: API Classes: LegacyValidator, LoginCredentialAcceptor, LoginCredentialRequestor, Logout, OtherSessionsDestroyer, ProxyTicketProvider, ProxyTicketValidator, SecondFactorAuthenticationAcceptor, ServiceTicketValidator, SessionDestroyer, SessionOverview, TwoFactorAuthenticatorActivator, TwoFactorAuthenticatorDestroyer, TwoFactorAuthenticatorOverview, TwoFactorAuthenticatorRegistrator
Instance Method Summary collapse
-
#initialize(listener) ⇒ Processor
constructor
A new instance of Processor.
Constructor Details
#initialize(listener) ⇒ Processor
Returns a new instance of Processor.
23 24 25 |
# File 'lib/casino_core/processor.rb', line 23 def initialize(listener) @listener = listener end |