|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.management.remote.JMXPrincipal
, Principal

public class JMXPrincipal

, Serializable

The identity of a remote client of the JMX Remote API.
Principals such as this JMXPrincipal
may be associated with a particular Subject
to augment that Subject with an additional
identity. Refer to the Subject
class for more information on how to achieve this.
Authorization decisions can then be based upon
the Principals associated with a Subject.
Principal
,
Subject
,
Serialized Form| Constructor Summary | |
|---|---|
JMXPrincipal
Creates a JMXPrincipal for a given identity. |
|
| Method Summary | |
|---|---|
boolean |
equals
Compares the specified Object with this JMXPrincipal
for equality. |
String |
getName
Returns the name of this principal. |
int |
hashCode
Returns a hash code for this JMXPrincipal. |
String |
toString
Returns a string representation of this JMXPrincipal. |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public JMXPrincipal(String![]()
![]()
name)
Creates a JMXPrincipal for a given identity.
name - the JMX Remote API name for this identity.
NullPointerException

- if the name is
null.| Method Detail |
|---|

public String![]()
![]()
getName()
getName

in interface Principal

JMXPrincipal.

public String![]()
![]()
toString()
JMXPrincipal.
toString

in interface Principal

toString

in class Object

JMXPrincipal.

public boolean equals(Object![]()
![]()
o)
JMXPrincipal
for equality. Returns true if the given object is also a
JMXPrincipal and the two JMXPrincipals
have the same name.
equals

in interface Principal

equals

in class Object

o - Object to be compared for equality with this
JMXPrincipal.
JMXPrincipal.Object.hashCode()
,
Hashtable


public int hashCode()
JMXPrincipal.
hashCode

in interface Principal

hashCode

in class Object

JMXPrincipal.Object.equals(java.lang.Object)
,
Hashtable

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||