Return-Path: X-Original-To: apmail-ws-dev-archive@www.apache.org Delivered-To: apmail-ws-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2ACF9A36 for ; Mon, 3 Oct 2011 09:06:07 +0000 (UTC) Received: (qmail 60701 invoked by uid 500); 3 Oct 2011 09:05:54 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 55488 invoked by uid 500); 3 Oct 2011 09:05:47 -0000 Mailing-List: contact dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list dev@ws.apache.org Received: (qmail 51481 invoked by uid 99); 3 Oct 2011 09:05:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 09:05:43 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 09:05:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDECA2A69D8 for ; Mon, 3 Oct 2011 09:04:38 +0000 (UTC) Date: Mon, 3 Oct 2011 09:04:38 +0000 (UTC) From: "Colm O hEigeartaigh (Closed) (JIRA)" To: dev@ws.apache.org Message-ID: <1941496210.2512.1317632678845.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (WSS-46) typo in org.apache.ws.security.WSPasswordCallback#getIdentifer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/WSS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh closed WSS-46. ---------------------------------- > typo in org.apache.ws.security.WSPasswordCallback#getIdentifer > -------------------------------------------------------------- > > Key: WSS-46 > URL: https://issues.apache.org/jira/browse/WSS-46 > Project: WSS4J > Issue Type: Bug > Reporter: Fred Dushin > Assignee: Fred Dushin > Priority: Trivial > > The getIdentifier operation is mis-spelled, in the WSPasswordCallback type. > This is a trivial bug, but it can lead to needless compilation errors. > > javap org.apache.ws.security.WSPasswordCallback > Compiled from "WSPasswordCallback.java" > public class org.apache.ws.security.WSPasswordCallback extends java.lang.Object implements javax.security.auth.callback.Callback{ > public static final int UNKNOWN; > public static final int DECRYPT; > public static final int USERNAME_TOKEN; > public static final int SIGNATURE; > public static final int KEY_NAME; > public static final int USERNAME_TOKEN_UNKNOWN; > public static final int SECURITY_CONTEXT_TOKEN; > public org.apache.ws.security.WSPasswordCallback(java.lang.String,int); > public org.apache.ws.security.WSPasswordCallback(java.lang.String,java.lang.String,java.lang.String,int); > public java.lang.String getIdentifer(); > public void setPassword(java.lang.String); > public java.lang.String getPassword(); > public void setKey(byte[]); > public byte[] getKey(); > public int getUsage(); > public java.lang.String getPasswordType(); > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org For additional commands, e-mail: dev-help@ws.apache.org