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 IAuthorizerAuthorizerFactory.allClientPermissions(IAccessProperty... accessProps) static IAuthorizerAuthorizerFactory.allClientRole(String... roles) static IAuthorizerAuthorizerFactory.allSystemPermissions(IAccessProperty... accessProps) static IAuthorizerAuthorizerFactory.allSystemRole(String... roles) static IAuthorizerAuthorizerFactory.and(IAuthorizer... authorizers) static IAuthorizerAuthorizerFactory.anyClientPermissions(IAccessProperty... accessProps) static IAuthorizerAuthorizerFactory.anyClientRole(String... roles) static IAuthorizerAuthorizerFactory.anySystemPermissions(IAccessProperty... accessProps) static IAuthorizerAuthorizerFactory.anySystemRole(String... roles) static IAuthorizerAuthorizerFactory.authenticated()static IAuthorizerAuthorizerFactory.clientAccess()static IAuthorizerAuthorizerFactory.clientOrSystem(IAuthorizer clientAuthorizer, IAuthorizer systemAuthorizer) Creates a new authorizer that delegates to either the given client or system authorizer, depending on whether aclientis present.static IAuthorizerAuthorizerFactory.defaultClientViewAuthorizer(IAccessProperty... requiredAccessProperties) static IAuthorizerAuthorizerFactory.defaultSystemViewAuthorizer(IAccessProperty... requiredAccessProperties) static IAuthorizerAuthorizerFactory.formRecordInboxAccess()static IAuthorizerAuthorizerFactory.hasUserProfile(boolean allowInvitedUser) static IAuthorizerAuthorizerFactory.not(IAuthorizer authorizer) static IAuthorizerAuthorizerFactory.or(IAuthorizer... authorizers) static IAuthorizerAuthorizerFactory.projectEditor()static IAuthorizerAuthorizerFactory.projectViewer()static IAuthorizerAuthorizerFactory.superUserRole()static IAuthorizerAuthorizerFactory.systemAdminRole()Methods in de.xima.fc.security.authorization with parameters of type IAuthorizerModifier and TypeMethodDescriptionstatic IAuthorizerAuthorizerFactory.and(IAuthorizer... authorizers) static IAuthorizerAuthorizerFactory.clientOrSystem(IAuthorizer clientAuthorizer, IAuthorizer systemAuthorizer) Creates a new authorizer that delegates to either the given client or system authorizer, depending on whether aclientis present.static IAuthorizerAuthorizerFactory.not(IAuthorizer authorizer) static IAuthorizerAuthorizerFactory.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