messages.scim.messages.properties Maven / Gradle / Ivy
SCIMMessageAreaProvider.displayedName=SCIM
SCIMServiceEditorGeneralTab.scimGroups=SCIM groups
SCIMServiceEditorGeneralTab.rootGroup=Root group:
SCIMServiceEditorGeneralTab.restAdminGroup=Rest admin users group:
SCIMServiceEditorGeneralTab.restAdminGroupDesc=Users in this group will be authorized to perform endpoint reconfigurations over the REST interface under /configuration
SCIMServiceEditorGeneralTab.memebershipGroups=Membership groups:
SCIMServiceEditorGeneralTab.memebershipGroupsDesc=Selected groups as well as their children groups, will be exposed as SCIM groups. \
Note, that either individual groups can be picked, or an Ant-style wildcard expression can be used, as e.g. /projects/apps*/**
SCIMServiceEditorGeneralTab.excludedMembershipGroups=Excluded membership groups:
SCIMServiceEditorGeneralTab.excludedMembershipGroupsDesc=Selected groups as well as their children groups, will not be exposed as SCIM groups. \
Note, that either individual groups can be picked, or an Ant-style wildcard expression can be used, as e.g. /projects/apps*/**. \
The groups selected here are removed from the groups configured with the option above.
SCIMServiceEditorSchemaTab.schemas=Schemas
SCIMServiceEditorSchemaTab.schemaId=Schema id
SCIMServiceEditorSchemaTab.enabled=Enabled
SCIMServiceEditorSchemaTab.schemaExistError=Schema with id {0} already exists
SCIMServiceEditorSchemaTab.import=Import
SCIMServiceEditorSchemaTab.mappingStatus=Mapping status
SCIMServiceEditorSchemaTab.membershipAttributes=Group membership attributes:
SCIMServiceEditorSchemaTab.exportAction=Export
SCIMServiceEditorSchemaTab.exportError=Can not export {} mapping
EditSchemaSubView.attributes=Attributes
EditSchemaSubView.id=Id:
EditSchemaSubView.name=Name:
EditSchemaSubView.description=Description:
EditSchemaSubView.enable=Enable
EditSchemaSubView.idExists=Schema with this id is already exists
EditSchemaSubView.invalidConfiguration=Invalid schema configuration
EditSchemaSubView.schema=Schema
EditSchemaSubView.newSchema=NewSchema
AttributeDefinitionConfigurationList.addAttribute=Add SCIM attribute
AttributeDefinitionConfigurationList.addSubAttribute=Add sub-attribute
AttributeDefinitionConfigurationList.invalidMappingAttributes=Attributes with misconfigured mapping
AttributeDefinitionConfigurationEditor.name=Name:
AttributeDefinitionConfigurationEditor.description=Description:
AttributeDefinitionConfigurationEditor.type=Type:
AttributeDefinitionConfigurationEditor.multiValued=multi-valued
AttributeDefinitionConfigurationEditor.dataArray=Data array:
AttributeDefinitionConfigurationEditor.dataValue=Data value:
AttributeDefinitionConfigurationEditor.referenceGroupDataValue=Referenced group expression:
AttributeDefinitionConfigurationEditor.referenceUserDataValue=Referenced user expression:
AttributeDefinitionConfigurationEditor.referenceGeneralDataValue=Referenced resource expression:
MVELExpressionField.evalToStringWithGroupPath=string with group path
MVELExpressionField.evalToStringWithUserId=string with user persistent identity
ReferenceField.reference=Reference to:
ReferenceField.referencedResourceId=Referenced resource id:
ReferenceField.referenceUri=Reference URI:
DataValueField.data=Data
DataValueField.expression=Expression
SCIMContextKey.arrayObj=Provides object of array entry (element of data array)
SCIMContextKey.attr=Map indexed with principal''s attribute names. Value of each entry is a single value of the attribute. If the attribute is multi-valued then the first value is returned. If the attribute has no value then empty string is returned.
SCIMContextKey.attrs=Map indexed with attribute names. Value of each entry is a list of the attribute values.
SCIMContextKey.attrObj=Map indexed with attribute names. Value of each entry is a list of all values provided as objects with attribute-type specific contents. Useful for inspecting complex types like email and accessing its confirmation status.SCIMContextKey.groups=List of all groups the entity is member of.
SCIMContextKey.idsByType=Map indexed with identity types. Each entry is a list with all identities of the entity.
SCIMContextKey.groupsObj=Map indexed with names of all groups the user is a member. Value of each map entry is complete group object. See examples below for example usage examples.
SCIMContextKey.groups= List of all groups the user is a member.
SCIMScopeProvider.readMembership=Allow for reading group memberships (over SCIM API)
SCIMScopeProvider.readProfile=Allow for reading profile information (over SCIM API)
SCIMScopeProvider.readSelfGroup=Allow for reading members of groups where you are a member (over SCIM API)
DataValueType.ATTRIBUTE=attribute value:
DataValueType.ARRAY=array value
DataValueType.IDENTITY=identity value:
DataArrayType.ATTRIBUTE=attribute:
DataArrayType.IDENTITY=identity:
DataArrayType.MEMBERSHIP=group memberships
ReferenceType.USER=User
ReferenceType.GROUP=Group
ReferenceType.GENERIC=Generic resource