Stellent
HowToComponents
JavaDoc

intradoc.shared
Class UserAttribInfo

java.lang.Object
  |
  +--intradoc.shared.UserAttribInfo

public class UserAttribInfo
extends java.lang.Object

Each user is assigned security attributes. These attributes define the user's relationship with the Intradoc repository. Currently there are two types of attributes: 'role's which define the Library metaphor portion of the security and 'account's which define the Bank metaphor portion. The privilege level for an attribute is intersected with whatever privileges are granted by that attribute (for example if a user has an account 'myaccount' and would default to having write privileges, but the m_attribPrivilege=1 then they would actually only get read privilege.)


Field Summary
 java.lang.String m_attribName
           
 int m_attribPrivilege
           
 java.lang.String m_attribType
           
 
Constructor Summary
UserAttribInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_attribType

public java.lang.String m_attribType

m_attribName

public java.lang.String m_attribName

m_attribPrivilege

public int m_attribPrivilege
Constructor Detail

UserAttribInfo

public UserAttribInfo()


(c) 1996-2005  All rights reserved.  Stellent, Inc.