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 IAuthorizer
IPluginView. 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 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 IAuthorizer Modifier and Type Method Description static 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 IAuthorizer Modifier and Type Method Description IAuthorizer
EClientView. getAuthorizer()
IAuthorizer
EDesignerEndpoint. getAuthorizer()
IAuthorizer
EInboxEndpoint. getAuthorizer()
IAuthorizer
EIncludesEndpoint. getAuthorizer()
IAuthorizer
EProjectView. getAuthorizer()
IAuthorizer
EProtectedView. getAuthorizer()
IAuthorizer
EPublicView. getAuthorizer()
IAuthorizer
ESystemView. getAuthorizer()
IAuthorizer
PluginMenuEntryView. 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 IAuthorizer
IWebEndpoint. getAuthorizer()
-