|
||||||||||
| 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()
GroupGetter for the group Principal.
getPrincipal in interface GroupGroupPrincipal.Group.getPrincipal()public void setPrincipal(java.security.Principal groupPrincipal)
GroupSetter for the group Principal.
setPrincipal in interface GroupgroupPrincipal - The Principal.Group.setPrincipal(java.security.Principal)public java.util.prefs.Preferences getPreferences()
GroupGetter for the group Preferences node, providing access to the
group preferences properties.
getPreferences in interface GroupPreferences.Group.getPreferences()public void setPreferences(java.util.prefs.Preferences preferences)
GroupSetter for the group Preferences node, providing access to the
group preferences properties.
setPreferences in interface Grouppreferences - The Preferences.Group.setPreferences(java.util.prefs.Preferences)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||