public interface SMSObjectIF extends Remote
Modifier and Type | Method and Description |
---|---|
void |
checkForLocal() |
void |
create(String token,
String objName,
Map attributes) |
void |
delete(String token,
String objName) |
void |
deRegisterNotificationURL(String notificationID) |
boolean |
entryExists(String token,
String objName) |
String |
getAMSdkBaseDN() |
String |
getRootSuffix() |
void |
modify(String token,
String objName,
String mods) |
void |
notifyObjectChanged(String name,
int type) |
Set |
objectsChanged(int time) |
Map |
read(String t,
String name) |
String |
registerNotificationURL(String url) |
Set |
schemaSubEntries(String token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ao) |
Set |
search(String token,
String startDN,
String filter) |
Set |
search2(String token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder) |
Set |
search3(String tokenID,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes) |
Set |
searchOrganizationNames(String token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values) |
Set |
searchSubOrgNames(String token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive) |
Set |
subEntries(String token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder) |
boolean |
validateServiceAttributes(String token,
String validatorClass,
Set values)
Validates service configuration attributes.
|
void checkForLocal() throws RemoteException
RemoteException
Map read(String t, String name) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
void create(String token, String objName, Map attributes) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
void modify(String token, String objName, String mods) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
void delete(String token, String objName) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set subEntries(String token, String dn, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set schemaSubEntries(String token, String dn, String filter, String sidFilter, int numOfEntries, boolean sortResults, boolean ao) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set search(String token, String startDN, String filter) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set search2(String token, String startDN, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set search3(String tokenID, String startDN, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder, Set excludes) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set searchSubOrgNames(String token, String dn, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder, boolean recursive) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
Set searchOrganizationNames(String token, String dn, int numOfEntries, boolean sortResults, boolean ascendingOrder, String serviceName, String attrName, Set values) throws SMSException, SSOException, RemoteException
SMSException
SSOException
RemoteException
boolean entryExists(String token, String objName) throws SSOException, RemoteException
SSOException
RemoteException
String getRootSuffix() throws RemoteException
RemoteException
String getAMSdkBaseDN() throws RemoteException
RemoteException
Set objectsChanged(int time) throws RemoteException
RemoteException
String registerNotificationURL(String url) throws RemoteException
RemoteException
void deRegisterNotificationURL(String notificationID) throws RemoteException
RemoteException
void notifyObjectChanged(String name, int type) throws RemoteException
RemoteException
boolean validateServiceAttributes(String token, String validatorClass, Set values) throws SMSException, SSOException, RemoteException
token
- Single Sign On token.validatorClass
- validator class name.values
- Values to be validated.true
of values are valid.SMSException
- if value is not valid.SSOException
- if single sign on token is in valid.RemoteException
- if remote method cannot be invoked.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.