|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronizationProvider
Enables triggering of synchronization operations and contains methods to retrieve synchronization information.
This and all Identity Manager providers are retrieved throughProviderAccessor
.
Method Summary | |
---|---|
java.util.Vector |
getCurrentPolicies(User user)
Retrieves the set of BusinessPolicy objects currently allocated for the specified user. |
java.util.Vector<BusinessPolicy> |
getMatchingIdentityPolicies(TSContext context,
User user,
boolean preventative)
Retrieves the set of BusinessPolicies for which the current directory snapshot of this user matches the member rules. |
java.util.Vector |
getMatchingIdentityPolicies(User user)
Retrieves the set of BusinessPolicies for which the current directory snapshot of this user matches the member rules. |
java.util.Vector |
getMatchingIdentityPolicySets(User user)
Retrieves the set of business policy sets for which the current directory snapshot of this user matches the member rules. |
void |
synchronizeUserWithIdentityPolicies(User user,
java.util.Vector newAllocations,
java.util.Vector reallocations,
java.util.Vector deallocations)
Runs the synchronization calculation on the user in the back end and returns three sets of policies: Newly allocated policies Reallocated polices Deallocated policies |
void |
synchronizeUserWithIdentityPolicies(User user,
java.util.Vector newAllocations,
java.util.Vector reallocations,
java.util.Vector deallocations,
boolean localFlush)
Runs the synchronization calculation on the user in the back end and returns three sets of policies: Newly allocated policies Reallocated polices Deallocated policies |
Method Detail |
---|
void synchronizeUserWithIdentityPolicies(User user, java.util.Vector newAllocations, java.util.Vector reallocations, java.util.Vector deallocations) throws com.netegrity.sdk.apiutil.SmApiException
user
- The User to synchronize.newAllocations
- A Vector that is cleared and populated with the BusinessPolicy objects
that are being allocated to the user for the first time.reallocations
- A Vector that is cleared and populated with the
APPLY_ALWAYS
style of BusinessPolicy objects that have already been
allocated to the user but are being applied again.deallocations
- A Vector that is cleared and populated with the BusinessPolicy objects
that are being deallocated from the user
com.netegrity.sdk.apiutil.SmApiException
void synchronizeUserWithIdentityPolicies(User user, java.util.Vector newAllocations, java.util.Vector reallocations, java.util.Vector deallocations, boolean localFlush) throws com.netegrity.sdk.apiutil.SmApiException
user
- The User to synchronize.newAllocations
- A Vector that is cleared and populated with the BusinessPolicy objects
that are being allocated to the user for the first time.reallocations
- A Vector that is cleared and populated with the
APPLY_ALWAYS
style of BusinessPolicy objects that have already been
allocated to the user but are being applied again.deallocations
- A Vector that is cleared and populated with the BusinessPolicy objects
that are being deallocated from the userlocalFlush
- Indicates whether the user's information in the policy cache should first be flushed before evaluating
com.netegrity.sdk.apiutil.SmApiException
java.util.Vector getMatchingIdentityPolicies(User user) throws com.netegrity.sdk.apiutil.SmApiException
user
- The user to check.
com.netegrity.sdk.apiutil.SmApiException
java.util.Vector<BusinessPolicy> getMatchingIdentityPolicies(TSContext context, User user, boolean preventative) throws com.netegrity.sdk.apiutil.SmApiException
context
- Task contextuser
- The user to check.preventative
- Check for preventative identity policy violations
com.netegrity.sdk.apiutil.SmApiException
java.util.Vector getMatchingIdentityPolicySets(User user) throws com.netegrity.sdk.apiutil.SmApiException
user
- The user to check.
com.netegrity.sdk.apiutil.SmApiException
java.util.Vector getCurrentPolicies(User user)
user
- The user to check.
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |