com.stratelia.webactiv.jaas
Class SilverpeasUserProfileEntry

java.lang.Object
  extended by com.stratelia.webactiv.jaas.SilverpeasUserProfileEntry

public class SilverpeasUserProfileEntry
extends Object


Field Summary
static String MODERATOR_PROFILE
           
static String PUBLISHER_PROFILE
           
static String READER_PROFILE
           
static String ROOT_PROFILE
           
static String SUBSCRIBER_PROFILE
           
static String USER_PROFILE
           
static String WRITER_PROFILE
           
 
Constructor Summary
SilverpeasUserProfileEntry(String componentId, String profile)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComponentId()
           
 String getProfile()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READER_PROFILE

public static final String READER_PROFILE
See Also:
Constant Field Values

SUBSCRIBER_PROFILE

public static final String SUBSCRIBER_PROFILE
See Also:
Constant Field Values

MODERATOR_PROFILE

public static final String MODERATOR_PROFILE
See Also:
Constant Field Values

ROOT_PROFILE

public static final String ROOT_PROFILE
See Also:
Constant Field Values

PUBLISHER_PROFILE

public static final String PUBLISHER_PROFILE
See Also:
Constant Field Values

WRITER_PROFILE

public static final String WRITER_PROFILE
See Also:
Constant Field Values

USER_PROFILE

public static final String USER_PROFILE
See Also:
Constant Field Values
Constructor Detail

SilverpeasUserProfileEntry

public SilverpeasUserProfileEntry(String componentId,
                                  String profile)
Method Detail

getComponentId

public String getComponentId()

getProfile

public String getProfile()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.