List All Pages
To convert a date into the format that an Active Directory uses as accountExpired date, use the following java code (compile it first) and place it in the $WSHOME/lib directory.
package...
Examples of workflow code
Object that defines a capability that includes the right to execute rules
Please change this page according to your needs
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE TaskDefinition PUBLIC 'waveset.dtd' 'waveset.dtd'>
<TaskDefinition authType='UserAdminTask' name='Custom Create User'...
Examples of form code
module "forum/ForumCommentsModule" hide%3D%22true%22
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration name='export.all.user.data' wstype='UserForm'>...
Please add an extra page to put your code on that is used in, or is, a form
Tips on using Forms
Add tips here
<Rule name='getUserswithGivenAdminRoles'>
<block>
<appendAll name='getadminusers'>
<invoke name='getUsers'...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options.
How to add your own page with an...
Tips on using IDE
Netbeans IDE 5.5
Under the objects folder, place a directory structure with a folder for each object type. Now instead of using the tab 'Projects', use the tab ' Files'. NetBeans...
Examples of java classes
Convert a date in a specified format to a date that can be used in as accountExpired date in Active Directory
Please change this page according to your policy (configure first using Site Manager) and remove this note.
Who can join?
Any developer who wants to share his/her knowledge of Sun IDM is welcome...
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Rule name='listToString' lastMod='405'>
<RuleArgument name='separator'/>...
Examples of rules
Convert a list into a string, with args input_list and separator
This rule can be used to fetch all the users from idm having specified admin role(s)
UserMembersRule to find all...
Tips on using rules
Tips
<Field name='futureData_list'>
<Expansion>
<block>
<split>
<ref>activeSync.futureData</ref>...
Welcome page
How to edit pages?
Forms
Examples
Tips
Workflow
Examples
Tips
Rules
Examples
Tips
Configuration Objects
Examples
Tips
Java...
Members:
Moderators
Admins
test
example menu
example item 1
example item 2
contact
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Rule name='company.rule.OrganizationMembers' authType='UserMembersRule'>...
The standard 'View User' capability does not include rights to execute rules. If a
delegated admin has a user form that calls a rule, they may get an error message
like "View access denied on...
This wiki is a place for developers to share example code, tips and tricks for the Sun Identity Manager.
There aren't that many examples to find in the documentation, so this might save developers...
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Examples of workflow code
module "forum/ForumCommentsModule" hide%3D%22true%22
Tips regarding Workflows
If you use NetBeans as IDE, any comments in your code will be removed as soon as you change anything using the Design view.