Uses of Class
org.objectweb.joram.shared.security.Identity
-
Packages that use Identity Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.client.jms.connection org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol.org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.proxies.tcp Theorg.objectweb.joram.mom.proxies.tcppackage provides a proxy accessible through the TCP communication protocol.org.objectweb.joram.shared.admin Theorg.objectweb.joram.shared.adminpackage holds the request and reply objects used in the administrator - administration topic interactions.org.objectweb.joram.shared.security org.objectweb.joram.shared.security.jaas org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.admin Theorg.ow2.joram.jakarta.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.ow2.joram.jakarta.jms.connection org.ow2.joram.jakarta.jms.local org.ow2.joram.jakarta.jms.tcp Theorg.ow2.joram.jakarta.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
-
Uses of Identity in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms declared as Identity Modifier and Type Field Description private IdentityConnection. identity -
Uses of Identity in org.objectweb.joram.client.jms.admin
Fields in org.objectweb.joram.client.jms.admin declared as Identity Modifier and Type Field Description protected IdentityAbstractConnectionFactory. identityAuthentication identity.Methods in org.objectweb.joram.client.jms.admin that return Identity Modifier and Type Method Description private IdentityAdminWrapper. createIdentity(String user, String passwd, String identityClassName)Create a user Identity.private static IdentityUser. createIdentity(String user, String passwd, String identityClassName)Create a user Identity.Methods in org.objectweb.joram.client.jms.admin with parameters of type Identity Modifier and Type Method Description protected abstract RequestChannelAbstractConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theRequestChannelobject specific to the protocol used. -
Uses of Identity in org.objectweb.joram.client.jms.connection
Methods in org.objectweb.joram.client.jms.connection that return Identity Modifier and Type Method Description IdentityMultiThreadSyncChannel. getIdentity()IdentityRequestChannel. getIdentity() -
Uses of Identity in org.objectweb.joram.client.jms.local
Fields in org.objectweb.joram.client.jms.local declared as Identity Modifier and Type Field Description private IdentityLocalRequestChannel. identityMethods in org.objectweb.joram.client.jms.local that return Identity Modifier and Type Method Description IdentityLocalRequestChannel. getIdentity()Methods in org.objectweb.joram.client.jms.local with parameters of type Identity Modifier and Type Method Description protected RequestChannelLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelQueueLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelTopicLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXALocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXAQueueLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXATopicLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.Constructors in org.objectweb.joram.client.jms.local with parameters of type Identity Constructor Description LocalRequestChannel(FactoryParameters params, Identity identity)Creates a local connection channel. -
Uses of Identity in org.objectweb.joram.client.jms.tcp
Fields in org.objectweb.joram.client.jms.tcp declared as Identity Modifier and Type Field Description protected IdentityReliableTcpClient. identityprivate IdentityTcpRequestChannel. identityMethods in org.objectweb.joram.client.jms.tcp that return Identity Modifier and Type Method Description IdentityTcpRequestChannel. getIdentity()Methods in org.objectweb.joram.client.jms.tcp with parameters of type Identity Modifier and Type Method Description protected RequestChannelQueueTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelTopicTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXAQueueTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXATcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXATopicTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.voidReliableTcpClient. init(FactoryParameters params, Identity identity, boolean reconnect)Constructors in org.objectweb.joram.client.jms.tcp with parameters of type Identity Constructor Description TcpRequestChannel(FactoryParameters params, Identity identity)Creates aTcpConnectioninstance.TcpRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates aTcpConnectioninstance. -
Uses of Identity in org.objectweb.joram.mom.dest
Fields in org.objectweb.joram.mom.dest with type parameters of type Identity Modifier and Type Field Description private Map<String,Identity>AdminTopic. usersTableTable holding the TCP users identifications.Methods in org.objectweb.joram.mom.dest with parameters of type Identity Modifier and Type Method Description private AgentIdAdminTopic. getProxyId(Identity identity, String inaddr)Method used byConnectionManagerproxies to check their clients identification. -
Uses of Identity in org.objectweb.joram.mom.notifications
Fields in org.objectweb.joram.mom.notifications declared as Identity Modifier and Type Field Description private IdentityGetProxyIdNot. identityMethods in org.objectweb.joram.mom.notifications that return Identity Modifier and Type Method Description IdentityGetProxyIdNot. getIdentity()Constructors in org.objectweb.joram.mom.notifications with parameters of type Identity Constructor Description GetProxyIdNot(Identity identity, String inaddr) -
Uses of Identity in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as Identity Modifier and Type Field Description private IdentityAdminNotification. identityThe administrator's Identity.Methods in org.objectweb.joram.mom.proxies that return Identity Modifier and Type Method Description private static IdentityConnectionManager. createIdentity(String adminName, String adminPassword, String identityClassName)Create an admin Identity.IdentityAdminNotification. getIdentity()Returns the identity of the administrator.Constructors in org.objectweb.joram.mom.proxies with parameters of type Identity Constructor Description AdminNotification(AgentId proxyId, Identity identity)Constructs anAdminNotificationinstance. -
Uses of Identity in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as Identity Modifier and Type Field Description private IdentityTcpConnection. identityConstructors in org.objectweb.joram.mom.proxies.tcp with parameters of type Identity Constructor Description 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 Modifier and Type Field Description private IdentityCreateUserRequest. identityIdentity contain Name of the user and password or subjectprivate IdentityUpdateUser. newIdentityIdentity contain Name of the new user and new password or new SubjetMethods in org.objectweb.joram.shared.admin that return Identity Modifier and Type Method Description IdentityCreateUserRequest. getIdentity()IdentityUpdateUser. getNewIdentity()Returns the new identity of the user.Constructors in org.objectweb.joram.shared.admin with parameters of type Identity Constructor Description CreateUserRequest(Identity identity, int serverId, Properties prop)Constructs aCreateUserRequestinstance.UpdateUser(String userName, String proxId, Identity newIdentity)Constructs anUpdateUserinstance. -
Uses of Identity in org.objectweb.joram.shared.security
Subclasses of Identity in org.objectweb.joram.shared.security Modifier and Type Class Description classSimpleIdentityDefault identity class for authentication through user and password.Methods in org.objectweb.joram.shared.security that return Identity Modifier and Type Method Description static IdentityIdentity. read(InputStream is)Methods in org.objectweb.joram.shared.security with parameters of type Identity Modifier and Type Method Description abstract booleanIdentity. check(Identity identity)check the identity.booleanSimpleIdentity. check(Identity identity)static voidIdentity. write(Identity identity, OutputStream os)***** ***** ***** ***** ***** ***** ***** Streamable interface ***** ***** ***** ***** ***** ***** ***** ***** -
Uses of Identity in org.objectweb.joram.shared.security.jaas
Subclasses of Identity in org.objectweb.joram.shared.security.jaas Modifier and Type Class Description classJonasIdentityJAAS identity class used to authenticate through JOnAS.Methods in org.objectweb.joram.shared.security.jaas with parameters of type Identity Modifier and Type Method Description booleanJonasIdentity. check(Identity identity) -
Uses of Identity in org.ow2.joram.jakarta.jms
Fields in org.ow2.joram.jakarta.jms declared as Identity Modifier and Type Field Description private IdentityConnection. identity -
Uses of Identity in org.ow2.joram.jakarta.jms.admin
Fields in org.ow2.joram.jakarta.jms.admin declared as Identity Modifier and Type Field Description protected IdentityAbstractConnectionFactory. identityAuthentication identity.Methods in org.ow2.joram.jakarta.jms.admin that return Identity Modifier and Type Method Description private IdentityAdminWrapper. createIdentity(String user, String passwd, String identityClassName)Create a user Identity.private static IdentityUser. createIdentity(String user, String passwd, String identityClassName)Create a user Identity.Methods in org.ow2.joram.jakarta.jms.admin with parameters of type Identity Modifier and Type Method Description protected abstract RequestChannelAbstractConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theRequestChannelobject specific to the protocol used. -
Uses of Identity in org.ow2.joram.jakarta.jms.connection
Methods in org.ow2.joram.jakarta.jms.connection that return Identity Modifier and Type Method Description IdentityMultiThreadSyncChannel. getIdentity()IdentityRequestChannel. getIdentity() -
Uses of Identity in org.ow2.joram.jakarta.jms.local
Fields in org.ow2.joram.jakarta.jms.local declared as Identity Modifier and Type Field Description private IdentityLocalRequestChannel. identityMethods in org.ow2.joram.jakarta.jms.local that return Identity Modifier and Type Method Description IdentityLocalRequestChannel. getIdentity()Methods in org.ow2.joram.jakarta.jms.local with parameters of type Identity Modifier and Type Method Description protected RequestChannelLocalConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theLocalRequestChannelobject needed to connect to the colocated server.Constructors in org.ow2.joram.jakarta.jms.local with parameters of type Identity Constructor Description LocalRequestChannel(FactoryParameters params, Identity identity)Creates a local connection channel. -
Uses of Identity in org.ow2.joram.jakarta.jms.tcp
Fields in org.ow2.joram.jakarta.jms.tcp declared as Identity Modifier and Type Field Description protected IdentityReliableTcpClient. identityprivate IdentityTcpRequestChannel. identityMethods in org.ow2.joram.jakarta.jms.tcp that return Identity Modifier and Type Method Description IdentityTcpRequestChannel. getIdentity()Methods in org.ow2.joram.jakarta.jms.tcp with parameters of type Identity Modifier and Type Method Description protected RequestChannelTcpConnectionFactory. createRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates theTcpRequestChannelobject specific to the protocol used.voidReliableTcpClient. init(FactoryParameters params, Identity identity, boolean reconnect)Constructors in org.ow2.joram.jakarta.jms.tcp with parameters of type Identity Constructor Description TcpRequestChannel(FactoryParameters params, Identity identity)Creates aTcpConnectioninstance.TcpRequestChannel(FactoryParameters params, Identity identity, String reliableClass)Creates aTcpConnectioninstance.
-