Package com.axemble.vdp.security.helper
Class TrusteeObject
java.lang.Object
com.axemble.vdp.security.helper.TrusteeObject
- All Implemented Interfaces:
Serializable
TODO 2012 A supprimer
Cette classe est utilisé uniquement pour la migration en 2011
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrusteeObject
protected final String
static final TrusteeObject
protected final String
protected static HashMap
static final com.axemble.vdp.utils.Logger
protected final int
static final int
static final int
static final int
static final int
static final int
protected String
-
Constructor Summary
ConstructorDescriptionTrusteeObject
(int type, String id, String displayName) TrusteeObject
(String oldType, String id) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
int
getType()
getUID()
static int
infoClassToTrusteeObjectType
(Object storageInfoName) boolean
boolean
static Collection
substract
(Collection trustees1, Collection trustees2) toString()
static String
typeToString
(int type)
-
Field Details
-
TYPE_EVERYONE
public static final int TYPE_EVERYONE- See Also:
-
TYPE_ADMINISTRATOR
public static final int TYPE_ADMINISTRATOR- See Also:
-
TYPE_USER
public static final int TYPE_USER- See Also:
-
TYPE_ROLE
public static final int TYPE_ROLE- See Also:
-
TYPE_GROUP
public static final int TYPE_GROUP- See Also:
-
log
public static final com.axemble.vdp.utils.Logger log -
EVERYONE
-
ADMINISTRATOR
-
infoClassMap
-
type
protected final int type -
id
-
displayName
-
uid
-
-
Constructor Details
-
TrusteeObject
-
TrusteeObject
-
-
Method Details