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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java459 void writeXMLSchema(SSOToken token, InputStream xmlServiceSchema) method in class:CachedSMSEntry
464 writeXMLSchema(token, new String(byteArray));
467 void writeXMLSchema(SSOToken token, String xmlSchema) throws SSOException, method in class:CachedSMSEntry
478 SMSEntry.debug.message("CachedSMSEntry::writeXMLSchema: "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java438 void writeXMLSchema(SSOToken token, InputStream xmlServiceSchema) method in class:CachedSMSEntry
443 writeXMLSchema(token, new String(byteArray));
446 void writeXMLSchema(SSOToken token, String xmlSchema) throws SSOException, method in class:CachedSMSEntry
457 SMSEntry.debug.message("CachedSMSEntry::writeXMLSchema: "

Completed in 30 milliseconds