Class: VertxWeb::AuthHandlerImpl
- Inherits:
-
Object
- Object
- VertxWeb::AuthHandlerImpl
show all
- Includes:
- AuthHandler
- Defined in:
- /Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb
Constant Summary
- @@j_api_type =
Object.new
Class Method Summary
(collapse)
#add_authorities, #add_authority, #authorize, #handle, #parse_credentials
Class Method Details
+ (Boolean) accept?(obj)
71
72
73
|
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb', line 71
def @@j_api_type.accept?(obj)
obj.class == AuthHandler
end
|
+ (Object) j_api_type
80
81
82
|
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb', line 80
def self.j_api_type
@@j_api_type
end
|
+ (Object) j_class
83
84
85
|
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb', line 83
def self.j_class
Java::IoVertxExtWebHandler::AuthHandler.java_class
end
|
+ (Object) unwrap(obj)
77
78
79
|
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb', line 77
def @@j_api_type.unwrap(obj)
obj.j_del
end
|
+ (Object) wrap(obj)
74
75
76
|
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web/auth_handler.rb', line 74
def @@j_api_type.wrap(obj)
AuthHandler.new(obj)
end
|