|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An agent name which can be verified as created by a VerifiableAgentNamingService.
VerifiableAgentNamingService
Method Summary | |
---|---|
java.lang.String |
getAuthority()
Method getAuthority |
java.lang.String |
getKerbPrincipal()
Method getKerbPrincipal |
java.lang.String |
getLevel()
Method getLevel |
java.lang.String |
getName()
Method getName |
VerifiableAgentName |
getPreviousVan()
Method getName |
java.security.PublicKey |
getPublicKey()
Method getPublicKey |
VerifiableAgentName |
getVanOfInitiator()
This method will return the VAN of the initiator. |
void |
setPreviousVan(VerifiableAgentName thePrevVan)
Method setPreviousVan |
Methods inherited from interface javax.agent.AgentName |
---|
acceptSerializer, equals, hashCode |
Method Detail |
public java.lang.String getName()
public java.lang.String getAuthority()
public java.security.PublicKey getPublicKey()
public java.lang.String getKerbPrincipal()
public VerifiableAgentName getPreviousVan()
public void setPreviousVan(VerifiableAgentName thePrevVan)
The
- previous VAN of this VAN.public java.lang.String getLevel()
public VerifiableAgentName getVanOfInitiator()
VANs are used to nest each VAN along the chain of request. If A initiated something, and A asks B who asks C who asks D, then D must want decide to do this request or not. Many times D will want to know who initiated the request.
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |