Interface WorkSecurityMap

    • Method Detail

      • getEnabled

        String getEnabled()
        Gets the value of the enabled property.
        Returns:
        possible object is String
      • getDescription

        String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • getResourceAdapterName

        @NotNull
        @Pattern(regexp="[^\',][^\',\\\\]*")
        @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getResourceAdapterName()
        Gets the value of the ra name
        Returns:
        possible object is String
      • getGroupMap

        @NotNull
        @NotNull List<GroupMap> getGroupMap()
        Gets the group map
        Returns:
        group map
      • getPrincipalMap

        @NotNull
        @NotNull List<PrincipalMap> getPrincipalMap()
        gets the principal map
        Returns:
        principal map
      • getName

        @Pattern(regexp="[^\',][^\',\\\\]*")
        @NotNull
        @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull String getName()
        Name of the configured object
        Returns:
        name of the configured object