Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
protected Hashtable |
m_userProfileTable |
Constructor and Description |
---|
UserProfileAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
UserProfile |
createUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Create UserProfile
|
UserProfile |
createUserProfile(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create UserProfile
|
UserProfile |
createUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def)
internal variant of Create UserProfile
|
UserProfile |
createUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create UserProfile
|
void |
deleteUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of delete UserProfile
|
void |
deleteUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Delete UserProfile
|
void |
deleteUserProfile(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete UserProfile
|
void |
freeUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Free UserProfile
|
void |
freeUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Free UserProfile
|
UserProfile |
identifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Identify UserProfile
|
UserProfile |
identifyUserProfile(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify UserProfile
|
UserProfile |
lookupUserProfile(String idname) |
void |
modifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Modify UserProfile
|
void |
modifyUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def)
internal variant of Modify UserProfile
|
protected void |
setDefaultAcl(LibrarySession sess,
UserProfile userProfile,
ParameterTable params) |
void |
showUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of showUserProfile
|
void |
showUserProfile(LibrarySession sess,
String userProfilename)
Inline/internal variant of showUserProfile
|
void |
showUserProfile(LibrarySession sess,
UserProfile userProfile) |
void |
undeleteUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of undelete UserProfile
|
void |
undeleteUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Undelete UserProfile
|
void |
undeleteUserProfile(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete UserProfile
|
void |
unidentifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify UserProfile
|
protected AdminManager m_Main
protected Hashtable m_userProfileTable
public UserProfileAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.public UserProfile createUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public UserProfile createUserProfile(LibrarySession sess, String idname, String nameToken) throws IfsException
IfsException
public UserProfile createUserProfile(LibrarySession sess, String idname, UserProfileDefinition def) throws IfsException
IfsException
public UserProfile createUserProfile(LibrarySession sess, String idname, UserProfileDefinition def, VersionDescriptionDefinition vddef) throws IfsException
IfsException
public void modifyUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void modifyUserProfile(LibrarySession sess, String idname, UserProfileDefinition def) throws IfsException
IfsException
public void freeUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void freeUserProfile(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void deleteUserProfile(LibrarySession sess, String idname) throws IfsException
IfsException
public void deleteUserProfile(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public void undeleteUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void undeleteUserProfile(LibrarySession sess, String idname) throws IfsException
IfsException
public void undeleteUserProfile(LibrarySession sess, String idname, LibraryObjectDefinition def) throws IfsException
IfsException
public UserProfile identifyUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public UserProfile identifyUserProfile(LibrarySession sess, String idname, Long id, String name, String valueDefaultName, String path) throws IfsException
IfsException
public void unidentifyUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showUserProfile(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showUserProfile(LibrarySession sess, String userProfilename) throws IfsException
IfsException
public UserProfile lookupUserProfile(String idname) throws IfsException
IfsException
public void showUserProfile(LibrarySession sess, UserProfile userProfile) throws IfsException
IfsException
protected void setDefaultAcl(LibrarySession sess, UserProfile userProfile, ParameterTable params) throws IfsException
IfsException
Copyright © 2023. All rights reserved.