| |
|
| java.lang.Object com.sun.portal.community.mc.CMCRolePrincipal
CMCRolePrincipal | public class CMCRolePrincipal implements Principal,Comparable(Code) | | Uniquely identifies a community role.
There are three possible roles: owner, member, and visitor.
These are defined by static members of this class. Community
roles may not be defined by clients. This class does not have
a public constructor to allow clients to create instances.
|
ALL_ROLES | final public static Set ALL_ROLES(Code) | | |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Get the string representation of this community role.
|
valueOf | public static CMCRolePrincipal valueOf(String r)(Code) | | Get the RolePrincipal
object based on the given string community role
string representation.
|
valueSet | public static Set valueSet(Set roles)(Code) | | Get the RolePrincipals
objects based on the given strings community role
string representation.
|
|
|
|