org.eclipse.stardust.engine.core.spi.security
Class ExternalUserGroupConfiguration
java.lang.Object
org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration
public abstract class ExternalUserGroupConfiguration
- extends Object
ExternalUserGroupConfiguration
public ExternalUserGroupConfiguration()
getName
public abstract String getName()
- Gets the name of the external user group.
- Returns:
- The name.
getDescription
public abstract String getDescription()
- Gets the description of the external user group.
- Returns:
- The description.
getProperties
public abstract Map getProperties()
- Gets custom properties of the external user group.
- Returns:
- The set of property (name, value) pairs.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.