Re: authenticator component?

2006-03-22 Thread Fernando Mato Mira
hrows SAXException { super.contentHandler.endElement(URI, name, /*PREFIX + ":" +*/ name); } private void data(String data) throws SAXException { super.contentHandler.characters(data.toCharArray(), 0, data.length()); } } Mato Mira, Fernando (DIA CHE) wrote: Is there a sa

authenticator component?

2006-03-22 Thread Fernando.Matomira
Is there a sample of a Java authenticator component (I think a generator) somewhere? Something that can be put inside the matcher for the authentication uri of the authentication manager.   Thanks