Module: OmfCommon::Auth
- Defined in:
- omf_common/lib/omf_common/auth.rb,
omf_common/lib/omf_common/auth/assertion.rb,
omf_common/lib/omf_common/auth/certificate.rb,
omf_common/lib/omf_common/auth/certificate_store.rb,
omf_common/lib/omf_common/auth/jwt_authenticator.rb,
omf_common/lib/omf_common/auth/ssh_pub_key_convert.rb
Defined Under Namespace
Modules: PDP Classes: Assertion, AuthException, Certificate, CertificateNoLongerValidException, CertificateStore, JWTAuthenticator, MissingCertificateException, MissingPrivateKeyException, SSHPubKeyConvert
Class Method Summary (collapse)
Class Method Details
+ (Object) init(opts = {})
13 14 15 |
# File 'omf_common/lib/omf_common/auth.rb', line 13 def self.init(opts = {}) CertificateStore.init(opts) end |