Package de.xima.fc.security.endpoint
Enum ESystemView
- All Implemented Interfaces:
IView
,IWebEndpoint
,Serializable
,Comparable<ESystemView>
View definitions that require an authenticated in user with system role.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()
toString()
static ESystemView
Returns the enum constant of this type with the specified name.static ESystemView[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DASHBOARD
-
STATISTICS
-
LICENSE
-
INFO
-
DATABASE
-
CLIENTS
-
USERS
-
EXTERNAL_USER
-
FRONTENDSERVER
-
CLUSTER
-
LOGGING
-
PLUGIN
-
MAILSERVER
-
GENERAL
-
LOOK_FEEL
-
BACKEND_ACCESS
-
MESSAGES
-
PROTOCOL
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
- Specified by:
getId
in interfaceIWebEndpoint
- Returns:
- the unique ID of this web endpoint.
-
getUriResolver
- Specified by:
getUriResolver
in interfaceIWebEndpoint
- Returns:
- the uri resolver which defines the location of this endpoint.
-
getAvailibilityResolver
- Specified by:
getAvailibilityResolver
in interfaceIWebEndpoint
- Returns:
- the availability resolver that defines the availability requirements of this web endpoint. May be
null
. Ifnull
resolver is returned than the web endpoint is available.
-
getAuthorizer
- Specified by:
getAuthorizer
in interfaceIWebEndpoint
- Returns:
- the authorizer that defines authorization requirements of this web endpoint. May be
null
. Ifnull
authorizer is returned than the view web enpoint is public, which means any user can access it.
-
toString
- Overrides:
toString
in classEnum<ESystemView>
-