org.eclipse.stardust.engine.core.spi.security
Class ExternalUserGroupConfiguration

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration

public abstract class ExternalUserGroupConfiguration
extends Object


Constructor Summary
ExternalUserGroupConfiguration()
           
 
Method Summary
abstract  String getDescription()
          Gets the description of the external user group.
abstract  String getName()
          Gets the name of the external user group.
abstract  Map getProperties()
          Gets custom properties of the external user group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalUserGroupConfiguration

public ExternalUserGroupConfiguration()
Method Detail

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.