|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.security.auth.JAASPrincipal
com.ibm.security.auth.WkstationPrincipal
public class WkstationPrincipal
This class extends the JAASPrincipal
class and
represents the workstation name the user is currently logged onto.
Principals such as this WkstationPrincipal
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 FormConstructor Summary | |
---|---|
WkstationPrincipal(java.lang.String name)
Create an WkstationPrincipal using a
String representation of the workstation name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compares the specified Object with this WkstationPrincipal
for equality. |
java.lang.String |
toString()
Return a string representation of this WkstationPrincipal . |
Methods inherited from class com.ibm.security.auth.JAASPrincipal |
---|
getName, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WkstationPrincipal(java.lang.String name)
WkstationPrincipal
using a
String
representation of the workstation name.
name
- the name of the workstation.
java.lang.NullPointerException
- if the name
is null
.
java.lang.IllegalArgumentException
- if the name
has zero length.Method Detail |
---|
public java.lang.String toString()
WkstationPrincipal
.
toString
in interface java.security.Principal
toString
in class JAASPrincipal
WkstationPrincipal
.public boolean equals(java.lang.Object o)
WkstationPrincipal
for equality. Returns true if the given object is also a
WkstationPrincipal
and the two WkstationPrincipals
have the same name.
equals
in interface java.security.Principal
equals
in class JAASPrincipal
o
- Object to be compared for equality with this
WkstationPrincipal
.
WkstationPrincipal
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |