Module: vertx-auth-js/shiro_auth_service

vertx-auth-js/shiro_auth_service

Classes

ShiroAuthService

Methods

<static> ShiroAuthService.create(vertx, authRealmType, config) → {AuthService}

Create an auth service using the specified auth realm type.
Parameters:
Name Type Description
vertx Vertx the Vert.x intance
authRealmType Object the auth realm type
config Object the config to pass to the provider
Source:
Returns:
the auth service
Type
AuthService