Uses of Interface
de.xima.fc.interfaces.auth.IAuthorizer
Packages that use IAuthorizer
Package
Description
-
Uses of IAuthorizer in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthorizerModifier and TypeMethodDescriptionIPluginView.getAuthorizer()
The authorizer determines if the currently signed-in user may access the view. -
Uses of IAuthorizer in de.xima.fc.security.authorization
Methods in de.xima.fc.security.authorization that return IAuthorizerModifier and TypeMethodDescriptionstatic IAuthorizer
AuthorizerFactory.allClientPermissions
(IAccessProperty... accessProps) static IAuthorizer
AuthorizerFactory.allClientRole
(String... roles) static IAuthorizer
AuthorizerFactory.allSystemPermissions
(IAccessProperty... accessProps) static IAuthorizer
AuthorizerFactory.allSystemRole
(String... roles) static IAuthorizer
AuthorizerFactory.and
(IAuthorizer... authorizers) static IAuthorizer
AuthorizerFactory.anyClientPermissions
(IAccessProperty... accessProps) static IAuthorizer
AuthorizerFactory.anyClientRole
(String... roles) static IAuthorizer
AuthorizerFactory.anySystemPermissions
(IAccessProperty... accessProps) static IAuthorizer
AuthorizerFactory.anySystemRole
(String... roles) static IAuthorizer
AuthorizerFactory.authenticated()
static IAuthorizer
AuthorizerFactory.clientAccess()
static IAuthorizer
AuthorizerFactory.clientOrSystem
(IAuthorizer clientAuthorizer, IAuthorizer systemAuthorizer) Creates a new authorizer that delegates to either the given client or system authorizer, depending on whether aclient
is present.static IAuthorizer
AuthorizerFactory.defaultClientViewAuthorizer
(IAccessProperty... requiredAccessProperties) static IAuthorizer
AuthorizerFactory.defaultSystemViewAuthorizer
(IAccessProperty... requiredAccessProperties) static IAuthorizer
AuthorizerFactory.formRecordInboxAccess()
static IAuthorizer
AuthorizerFactory.hasUserProfile
(boolean allowInvitedUser) static IAuthorizer
AuthorizerFactory.not
(IAuthorizer authorizer) static IAuthorizer
AuthorizerFactory.or
(IAuthorizer... authorizers) static IAuthorizer
AuthorizerFactory.projectEditor()
static IAuthorizer
AuthorizerFactory.projectViewer()
static IAuthorizer
AuthorizerFactory.superUserRole()
static IAuthorizer
AuthorizerFactory.systemAdminRole()
Methods in de.xima.fc.security.authorization with parameters of type IAuthorizerModifier and TypeMethodDescriptionstatic IAuthorizer
AuthorizerFactory.and
(IAuthorizer... authorizers) static IAuthorizer
AuthorizerFactory.clientOrSystem
(IAuthorizer clientAuthorizer, IAuthorizer systemAuthorizer) Creates a new authorizer that delegates to either the given client or system authorizer, depending on whether aclient
is present.static IAuthorizer
AuthorizerFactory.not
(IAuthorizer authorizer) static IAuthorizer
AuthorizerFactory.or
(IAuthorizer... authorizers) -
Uses of IAuthorizer in de.xima.fc.security.endpoint
Methods in de.xima.fc.security.endpoint that return IAuthorizerModifier and TypeMethodDescriptionEClientView.getAuthorizer()
EDesignerEndpoint.getAuthorizer()
EInboxEndpoint.getAuthorizer()
EIncludesEndpoint.getAuthorizer()
EProjectView.getAuthorizer()
EProtectedView.getAuthorizer()
EPublicView.getAuthorizer()
ESystemView.getAuthorizer()
PluginMenuEntryView.getAuthorizer()
-
Uses of IAuthorizer in de.xima.fc.security.interfaces.endpoint
Methods in de.xima.fc.security.interfaces.endpoint that return IAuthorizer