Uses of Class
org.objectweb.joram.shared.security.Identity

Packages that use Identity
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
org.objectweb.joram.client.jms.ha.local   
org.objectweb.joram.client.jms.ha.tcp   
org.objectweb.joram.client.jms.local   
org.objectweb.joram.client.jms.soap The org.objectweb.joram.client.jms.soap package holds the ConnectionFactory and Connection classes specialized for supporting the SOAP protocol as client - server communication protocol. 
org.objectweb.joram.client.jms.tcp The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. 
org.objectweb.joram.mom.dest The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
org.objectweb.joram.mom.notifications The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. 
org.objectweb.joram.mom.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
org.objectweb.joram.mom.proxies.tcp The org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. 
org.objectweb.joram.shared.admin The org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. 
org.objectweb.joram.shared.security   
 

Uses of Identity in org.objectweb.joram.client.jms.admin
 

Fields in org.objectweb.joram.client.jms.admin declared as Identity
protected  Identity AbstractConnectionFactory.identity
          Authentication identity.
 

Methods in org.objectweb.joram.client.jms.admin that return Identity
private static Identity User.createIdentity(java.lang.String user, java.lang.String passwd, java.lang.String identityClassName)
          Create a user Identity.
private  Identity AdminWrapper.createIdentity(java.lang.String user, java.lang.String passwd, java.lang.String identityClassName)
          Create a user Identity.
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type Identity
protected abstract  RequestChannel AbstractConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the RequestChannel object specific to the protocol used.
 

Uses of Identity in org.objectweb.joram.client.jms.ha.local
 

Fields in org.objectweb.joram.client.jms.ha.local declared as Identity
private  Identity HALocalRequestChannel.identity
           
 

Methods in org.objectweb.joram.client.jms.ha.local with parameters of type Identity
protected  RequestChannel XATopicHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel XAQueueHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel XAHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel TopicHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel QueueHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel HALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
 

Constructors in org.objectweb.joram.client.jms.ha.local with parameters of type Identity
HALocalRequestChannel(Identity identity)
           
 

Uses of Identity in org.objectweb.joram.client.jms.ha.tcp
 

Methods in org.objectweb.joram.client.jms.ha.tcp with parameters of type Identity
protected  RequestChannel XATopicHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel XAQueueHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel XAHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel TopicHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel QueueHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel HATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the HATcpRequestChannel object needed to connect to the remote HA server.
 

Constructors in org.objectweb.joram.client.jms.ha.tcp with parameters of type Identity
HATcpRequestChannel(java.lang.String url, FactoryParameters params, Identity identity)
          Creates a HATcpConnection instance.
HATcpRequestChannel(java.lang.String url, FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates a HATcpConnection instance.
 

Uses of Identity in org.objectweb.joram.client.jms.local
 

Fields in org.objectweb.joram.client.jms.local declared as Identity
private  Identity LocalRequestChannel.identity
           
 

Methods in org.objectweb.joram.client.jms.local with parameters of type Identity
protected  RequestChannel XATopicLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel XAQueueLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel XALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel TopicLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel QueueLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel LocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the LocalRequestChannel object needed to connect to the colocated server.
 

Constructors in org.objectweb.joram.client.jms.local with parameters of type Identity
LocalRequestChannel(Identity identity)
           
 

Uses of Identity in org.objectweb.joram.client.jms.soap
 

Fields in org.objectweb.joram.client.jms.soap declared as Identity
private  Identity SoapRequestChannel.identity
          The user's identity for authentication
 

Methods in org.objectweb.joram.client.jms.soap with parameters of type Identity
private  void SoapRequestChannel.connect(FactoryParameters factParams, Identity identity)
          Actually tries to set a first SOAP connection with the server.
protected  RequestChannel TopicSoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the SoapRequestChannel object specific to the protocol used.
protected  RequestChannel SoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the SoapRequestChannel object specific to the protocol used.
protected  RequestChannel QueueSoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the SoapRequestChannel object specific to the protocol used.
 

Constructors in org.objectweb.joram.client.jms.soap with parameters of type Identity
SoapRequestChannel(FactoryParameters params, Identity identity)
          Creates a SoapConnection instance.
 

Uses of Identity in org.objectweb.joram.client.jms.tcp
 

Fields in org.objectweb.joram.client.jms.tcp declared as Identity
protected  Identity ReliableTcpClient.identity
           
 

Methods in org.objectweb.joram.client.jms.tcp with parameters of type Identity
protected  RequestChannel XATopicTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel XATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel XAQueueTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel TopicTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel TcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel QueueTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
 void ReliableTcpClient.init(FactoryParameters params, Identity identity, boolean reconnect)
           
 

Constructors in org.objectweb.joram.client.jms.tcp with parameters of type Identity
TcpRequestChannel(FactoryParameters params, Identity identity)
          Creates a TcpConnection instance.
TcpRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates a TcpConnection instance.
 

Uses of Identity in org.objectweb.joram.mom.dest
 

Methods in org.objectweb.joram.mom.dest with parameters of type Identity
 AgentId AdminTopicImpl.getProxyId(Identity identity, java.lang.String inaddr)
          Method used by ConnectionManager proxies to check their clients identification.
 

Uses of Identity in org.objectweb.joram.mom.notifications
 

Fields in org.objectweb.joram.mom.notifications declared as Identity
private  Identity GetProxyIdNot.identity
           
 

Methods in org.objectweb.joram.mom.notifications that return Identity
 Identity GetProxyIdNot.getIdentity()
           
 

Constructors in org.objectweb.joram.mom.notifications with parameters of type Identity
GetProxyIdNot(Identity identity, java.lang.String inaddr)
           
 

Uses of Identity in org.objectweb.joram.mom.proxies
 

Fields in org.objectweb.joram.mom.proxies declared as Identity
private  Identity AdminNotification.identity
          The administrator's Identity.
 

Methods in org.objectweb.joram.mom.proxies that return Identity
private static Identity ConnectionManager.createIdentity(java.lang.String adminName, java.lang.String adminPassword, java.lang.String identityClassName)
          Create an admin Identity.
 Identity AdminNotification.getIdentity()
          Returns the identity of the administrator.
 

Constructors in org.objectweb.joram.mom.proxies with parameters of type Identity
AdminNotification(AgentId proxyId, Identity identity)
          Constructs an AdminNotification instance.
 

Uses of Identity in org.objectweb.joram.mom.proxies.tcp
 

Fields in org.objectweb.joram.mom.proxies.tcp declared as Identity
private  Identity TcpConnection.identity
           
 

Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type Identity
TcpConnection(IOControl ioctrl, ReliableConnectionContext ctx, AgentId proxyId, TcpProxyService proxyService, Identity identity)
          Creates a new TCP connection.
 

Uses of Identity in org.objectweb.joram.shared.admin
 

Fields in org.objectweb.joram.shared.admin declared as Identity
private  Identity CreateUserRequest.identity
          Identity contain Name of the user and password or subject
private  Identity UpdateUser.newIdentity
          Identity contain Name of the new user and new password or new Subjet
 

Methods in org.objectweb.joram.shared.admin that return Identity
 Identity CreateUserRequest.getIdentity()
           
 Identity UpdateUser.getNewIdentity()
          Returns the new identity of the user.
 

Constructors in org.objectweb.joram.shared.admin with parameters of type Identity
CreateUserRequest(Identity identity, int serverId)
          Constructs a CreateUserRequest instance.
UpdateUser(java.lang.String userName, java.lang.String proxId, Identity newIdentity)
          Constructs an UpdateUser instance.
 

Uses of Identity in org.objectweb.joram.shared.security
 

Subclasses of Identity in org.objectweb.joram.shared.security
 class SimpleIdentity
          Default identity class for authentication through user and password.
 

Methods in org.objectweb.joram.shared.security that return Identity
static Identity Identity.read(java.io.InputStream is)
           
 

Methods in org.objectweb.joram.shared.security with parameters of type Identity
 boolean SimpleIdentity.check(Identity identity)
           
abstract  boolean Identity.check(Identity identity)
          check the identity.
static void Identity.write(Identity identity, java.io.OutputStream os)
          ***** ***** ***** ***** ***** ***** ***** Streamable interface ***** ***** ***** ***** ***** ***** ***** *****
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.