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 java.lang.Object


Constructor Summary
ExternalUserGroupConfiguration()
           
 
Method Summary
abstract  java.lang.String getDescription()
          Gets the description of the external user group.
abstract  java.lang.String getName()
          Gets the name of the external user group.
abstract  java.util.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 java.lang.String getName()
Gets the name of the external user group.

Returns:
The name.

getDescription

public abstract java.lang.String getDescription()
Gets the description of the external user group.

Returns:
The description.

getProperties

public abstract java.util.Map getProperties()
Gets custom properties of the external user group.

Returns:
The set of property (name, value) pairs.


Copyright © 2014 SunGard CSA LLC. All Rights Reserved.