[jboss-cvs] JBossAS SVN: r98761 - projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 22 13:00:21 EST 2009


Author: jaikiran
Date: 2009-12-22 13:00:20 -0500 (Tue, 22 Dec 2009)
New Revision: 98761

Removed:
   projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config/AuthConfig.java
Log:
Autoversioning commit:  a non-deltaV client made a change to
/projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config/AuthConfig.java

Deleted: projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config/AuthConfig.java
===================================================================
--- projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config/AuthConfig.java	2009-12-22 18:00:12 UTC (rev 98760)
+++ projects/javaee/tags/jboss-javaee-parent-6.0.0-alpha-1/jboss-jaspi-api/src/main/javax/security/auth/message/config/AuthConfig.java	2009-12-22 18:00:20 UTC (rev 98761)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package javax.security.auth.message.config;
-
-import javax.security.auth.message.AuthException;
-import javax.security.auth.message.MessageInfo;
-
-//$Id$
-
-/**
- *  <p>This interface defines the common functionality implemented by 
- *  Authentication context configuration objects.</p>
- *  
- *  @author <a href="mailto:Anil.Saldhana at jboss.org">Anil Saldhana</a>
- *  @author Charlie Lai, Ron Monzillo (Javadoc for JSR-196)</a> 
- *  @since  May 12, 2006 
- *  @version $Revision$
- */
-public interface AuthConfig
-{
-   /**
-    * Get the application context identifier of this authentication context 
-    * configuration object.
-    * @return the String identifying the application context of this configuration 
-    *         object or null if the configuration object pertains to an unspecified 
-    *         application context.
-    */
-   String getAppContext();
-   
-   String getAuthContextID(MessageInfo messageInfo);
-   
-   /**
-    * Get the message layer name of this authentication context configuration object.
-    * @return the message layer name of this configuration object, or null if the 
-    *         configuration object pertains to an unspecified message layer.
-    */
-   String getMessageLayer();
-   
-   boolean isProtected();
-   
-   /**
-    * Causes a dynamic anthentication context configuration object to update its internal 
-    * state and such that any change to its state is recognized by any authentication 
-    * context objects that were previously obtained from the config object.
-    * @throws AuthException if an error occured during the update.
-    * @throws SecurityException if the caller does not have permission to refresh 
-    *                           the configuration object.
-    */
-   void refresh() throws AuthException, SecurityException;
-}




More information about the jboss-cvs-commits mailing list