|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.security.impl.GroupImpl
public class GroupImpl
A group made of a GroupPrincipal
and the user Preferences
.
Constructor Summary | |
---|---|
GroupImpl()
Default constructor. |
|
GroupImpl(java.security.Principal groupPrincipal,
java.util.prefs.Preferences preferences)
Group constructor given a group principal and preferences. |
Method Summary | |
---|---|
java.util.prefs.Preferences |
getPreferences()
Getter for the group Preferences node, providing access to the
group preferences properties. |
java.security.Principal |
getPrincipal()
Getter for the group Principal . |
void |
setPreferences(java.util.prefs.Preferences preferences)
Setter for the group Preferences node, providing access to the
group preferences properties. |
void |
setPrincipal(java.security.Principal groupPrincipal)
Setter for the group Principal . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupImpl()
Default constructor.
public GroupImpl(java.security.Principal groupPrincipal, java.util.prefs.Preferences preferences)
Group
constructor given a group principal and preferences.
groupPrincipal
- The group principal.preferences
- The preferences.Method Detail |
---|
public java.security.Principal getPrincipal()
Group
Getter for the group Principal
.
getPrincipal
in interface Group
GroupPrincipal
.Group.getPrincipal()
public void setPrincipal(java.security.Principal groupPrincipal)
Group
Setter for the group Principal
.
setPrincipal
in interface Group
groupPrincipal
- The Principal
.Group.setPrincipal(java.security.Principal)
public java.util.prefs.Preferences getPreferences()
Group
Getter for the group Preferences
node, providing access to the
group preferences properties.
getPreferences
in interface Group
Preferences
.Group.getPreferences()
public void setPreferences(java.util.prefs.Preferences preferences)
Group
Setter for the group Preferences
node, providing access to the
group preferences properties.
setPreferences
in interface Group
preferences
- The Preferences
.Group.setPreferences(java.util.prefs.Preferences)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |