KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > Principal > Top Examples

  • org.jboss.security.plugins.JaasSecurityManager
    The JaasSecurityManager is responsible both for authenticating credentials
  • org.jboss.web.tomcat.security.JBossSecurityMgrRealm
    An implementation of the catelinz Realm and Valve interfaces. The Realm implementation handles authentication and authorization using the JBossSX security framework. It relieas on the JNDI ENC namespace setup by the AbstractWebContainer. In particular, it uses the java:comp/env/security subcontext ...
  • sync4j.framework.engine.source.MemorySyncSource
    This source represents a <i>SyncSource</i> where all items are kept in memory. A <i>MemorySyncSource</i> can be created passing in the constructor the name of the source and the items or creating an anonymous source with the default constructor and then initialize the sourc ...
  • sync4j.framework.engine.source.SyncSource
    A <i>SyncSource</i> is responsible for the storing and retrieving of <i>SyncItem</i> objects. It is used also for getting newly created or removed <i>SyncItem</i>s.<br> Note that the <i>SyncSource</i> inteface doesn't make any assumption about ...
  • sync4j.framework.engine.source.AbstractSyncSource
    Implements the basic functionalities of a <i>SyncSource</i> like naming. @author Stefano Fornari @ Funambol @version $Id: AbstractSyncSource.java,v 1.1 2005/05/16 17:32:55 nichele Exp $
  • org.objectweb.jonas.security.realm.web.jetty50.Standard
    <p> Implementation of a Realm. Use any JOnAS realm by specifying the resource name @author Greg Wilkins for the HashUserRealm @author Florent Benoit : Jetty 4.2.x / JOnAS 3.1
  • org.exolab.jms.net.connector.ManagedConnectionFactoryTestCase
    Tests the {@link ManagedConnectionFactory} interface. @version $Revision: 1.4 $ $Date: 2005/04/19 12:29:58 $ @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a>
  • sync4j.syncclient.test.SIFSyncSource
    This class implements a dummy <i>SyncSource</i> that just displays the calls to its methods @author Stefano Fornari @version $Id: SIFSyncSource.java,v 1.9 2005/04/13 13:39:40 harrie Exp $
  • org.jboss.security.auth.spi.AbstractServerLoginModule
    This class implements the common functionality required for a JAAS server side LoginModule and implements the JBossSX standard Subject usage pattern of storing identities and roles. Subclass this module to create your own custom LoginModule and override the login(), getRoleSets() and getIdentity() ...
  • org.jboss.aspects.security.SecurityActions
    A collection of privileged actions for this package @author Scott.Stark@jboss.org @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version $Revison: $
  • org.objectweb.jonas.security.realm.web.jetty50.JAAS
    <p> Implementation of a JAAS Realm. (by a wrapper) It uses the entry JAAS_CONFIG_NAME from the JAAS config file @author Alexandre Thaveau (JAAS support with JOnAS) @author Marc-Antoine Bourgeot (JAAS support with JOnAS) @author Florent Benoit (Jetty 5.x)
  • org.apache.catalina.realm.RealmBase
    Simple implementation of <b>Realm</b> that reads an XML file to configure the valid users, passwords, and roles. The file format (and default file location) are identical to those currently supported by Tomcat 3.X. @author Craig R. McClanahan @version $Revision: 1.50 $ $Date: 2005/03 ...
  • sync4j.server.engine.Sync4jStrategy
    This class represents a synchronization process. The base concrete implementation of a synchronization strategy. It implements the <i>ConcreteStrategy</i> partecipant of the Strategy Pattern. <p> The synchronization process is implemented in this class as follows: <p> Give ...
  • org.jboss.security.SecurityAssociationAuthenticator
    An implementation of Authenticator that obtains the username and password from the current SecurityAssociation state. @author Scott.Stark@jboss.org @version $Revision: 1.5 $
  • org.jboss.test.NestablePrincipalTestCase
    Tests of the NestablePrincipal class.
  • org.jboss.test.security.ejb.jbas1852.PublicSessionBean
    An implmentation of the Session interface that delegates its
  • org.jboss.security.AuthenticationManager
    The AuthenticationManager is responsible for validating credentials associated with principals. @author Scott.Stark@jboss.org @version $Revision: 1.3.4.1 $
  • org.jboss.test.web.servlets.SecureEJBServletMT
    A servlet that spawns a thread to perform a long running task that
  • org.jboss.net.axis.server.JBossAuthorizationHandler
    AuthorizationHandler that checks allowed and denied roles against the active subject using a given realmMapping. Is somehow redundant to what, e.g., the JBoss EJB invocation handler does, but maybe we need this to shield access to other container resources such as MBeans for which we will expose s ...
Popular Tags