Searched defs:SMSEntry (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java25 * $Id: SMSEntry.java,v 1.53 2009/12/07 19:46:47 veiming Exp $
77 public class SMSEntry implements Cloneable { class in inherits:Cloneable
207 mCaseSensitiveAttributes.add(SMSEntry.ATTR_SCHEMA);
208 mCaseSensitiveAttributes.add(SMSEntry.ATTR_PLUGIN_SCHEMA);
209 mCaseSensitiveAttributes.add(SMSEntry.ATTR_KEYVAL);
233 debug.message("SMSEntry: backend proxy enabled: " +
249 debug.message("SMSEntry: cache enabled: " + cacheSMSEntries);
277 debug.message("SMSEntry: Special User Set: {}", specialUserSet);
308 debug.warning("SMSEntry: error in instantiation of: "
320 debug.message("SMSEntry
463 public SMSEntry(SSOToken token, String dn) throws SSOException, SMSException { method in class:SMSEntry
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java25 * $Id: SMSEntry.java,v 1.53 2009/12/07 19:46:47 veiming Exp $
77 public class SMSEntry implements Cloneable { class in inherits:Cloneable
207 mCaseSensitiveAttributes.add(SMSEntry.ATTR_SCHEMA);
208 mCaseSensitiveAttributes.add(SMSEntry.ATTR_PLUGIN_SCHEMA);
209 mCaseSensitiveAttributes.add(SMSEntry.ATTR_KEYVAL);
233 debug.message("SMSEntry: backend proxy enabled: " +
249 debug.message("SMSEntry: cache enabled: " + cacheSMSEntries);
277 debug.message("SMSEntry: Special User Set: {}", specialUserSet);
308 debug.warning("SMSEntry: error in instantiation of: "
320 debug.message("SMSEntry
463 public SMSEntry(SSOToken token, String dn) throws SSOException, SMSException { method in class:SMSEntry
[all...]

Completed in 59 milliseconds