Uses of Interface
de.xima.fc.interfaces.auth.IAuthorizer
- 
Packages that use IAuthorizer Package Description de.xima.fc.interfaces.auth de.xima.fc.security.authorization de.xima.fc.security.endpoint de.xima.fc.security.interfaces.endpoint  - 
- 
Uses of IAuthorizer in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthorizer Modifier and Type Method Description IAuthorizerIPluginView. 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 IAuthorizer Modifier and Type Method Description static 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 IAuthorizer Modifier and Type Method Description static 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 IAuthorizer Modifier and Type Method Description IAuthorizerEClientView. getAuthorizer()IAuthorizerEDesignerEndpoint. getAuthorizer()IAuthorizerEInboxEndpoint. getAuthorizer()IAuthorizerEIncludesEndpoint. getAuthorizer()IAuthorizerEProjectView. getAuthorizer()IAuthorizerEProtectedView. getAuthorizer()IAuthorizerEPublicView. getAuthorizer()IAuthorizerESystemView. getAuthorizer()IAuthorizerPluginMenuEntryView. getAuthorizer() - 
Uses of IAuthorizer in de.xima.fc.security.interfaces.endpoint
Methods in de.xima.fc.security.interfaces.endpoint that return IAuthorizer Modifier and Type Method Description IAuthorizerIWebEndpoint. getAuthorizer() 
 -