org.apache.jetspeed.security
Interface Group


public interface Group

A group made of a GroupPrincipal and the group Preferences.

Author:
David Le Strat

Method Summary
 Preferences getPreferences()
          Getter for the group Preferences node, providing access to the group preferences properties.
 Principal getPrincipal()
          Getter for the group Principal.
 void setPreferences(Preferences preferences)
          Setter for the group Preferences node, providing access to the group preferences properties.
 void setPrincipal(Principal groupPrincipal)
          Setter for the group Principal.
 

Method Detail

getPrincipal

Principal getPrincipal()

Getter for the group Principal.

Returns:
The GroupPrincipal.

setPrincipal

void setPrincipal(Principal groupPrincipal)

Setter for the group Principal.

Parameters:
groupPrincipal - The Principal.

getPreferences

Preferences getPreferences()

Getter for the group Preferences node, providing access to the group preferences properties.

Returns:
The Preferences.

setPreferences

void setPreferences(Preferences preferences)

Setter for the group Preferences node, providing access to the group preferences properties.

Parameters:
preferences - The Preferences.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.