Search
Preparing search index...
The search index is not available
@netgrif/components-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@netgrif/components-core
GroupGuardService
Class GroupGuardService
Hierarchy
GroupGuardService
Implements
CanActivate
Index
Constructors
constructor
Properties
_config
Service
_log
_login
Url
_next
Group
Service
_redirect
Service
_user
Service
Methods
can
Access
View
can
Activate
Constructors
constructor
new
Group
Guard
Service
(
_redirectService
:
RedirectService
, _userService
:
UserService
, _nextGroupService
:
NextGroupService
, _configService
:
ConfigurationService
, _log
:
LoggerService
)
:
GroupGuardService
Parameters
_redirectService:
RedirectService
_userService:
UserService
_nextGroupService:
NextGroupService
_configService:
ConfigurationService
_log:
LoggerService
Returns
GroupGuardService
Properties
Protected
_config
Service
_config
Service
:
ConfigurationService
Protected
_log
_log
:
LoggerService
Private
Readonly
_login
Url
_login
Url
:
string
Protected
_next
Group
Service
_next
Group
Service
:
NextGroupService
Protected
_redirect
Service
_redirect
Service
:
RedirectService
Protected
_user
Service
_user
Service
:
UserService
Methods
can
Access
View
can
Access
View
(
view
:
View
, url
:
string
)
:
boolean
Parameters
view:
View
url:
string
Returns
boolean
can
Activate
can
Activate
(
route
:
ActivatedRouteSnapshot
, state
:
RouterStateSnapshot
)
:
boolean
|
UrlTree
|
Observable
<
boolean
|
UrlTree
>
|
Promise
<
boolean
|
UrlTree
>
Parameters
route:
ActivatedRouteSnapshot
state:
RouterStateSnapshot
Returns
boolean
|
UrlTree
|
Observable
<
boolean
|
UrlTree
>
|
Promise
<
boolean
|
UrlTree
>
Exports
Group
Guard
Service
constructor
_config
Service
_log
_login
Url
_next
Group
Service
_redirect
Service
_user
Service
can
Access
View
can
Activate
Generated using
TypeDoc