Interface IdentityManagementConfiguration
-
public interface IdentityManagementConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IdentityItemConfiguration
getForPath(@NotNull ItemPath path)
@NotNull Collection<? extends IdentityItemConfiguration>
getItems()
-
-
-
Method Detail
-
getItems
@NotNull @NotNull Collection<? extends IdentityItemConfiguration> getItems()
-
getForPath
@Nullable @Nullable IdentityItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
-
-