public final class RemotingConnectionPrincipal extends Object implements Principal
Principal
implementation to wrap a Remoting Connection
and represent the identity authenticated against that Connection.Constructor and Description |
---|
RemotingConnectionPrincipal(org.jboss.remoting3.Connection connection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
equals(RemotingConnectionPrincipal obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public RemotingConnectionPrincipal(org.jboss.remoting3.Connection connection)
public int hashCode()
public boolean equals(Object obj)
public boolean equals(RemotingConnectionPrincipal obj)
Copyright © 2014 JBoss by Red Hat. All rights reserved.