com.sun.xml.ws.security.trust.elements
Interface Participant

All Known Implementing Classes:
ParticipantImpl, ParticipantImpl

public interface Participant

Specifies a participant that plays a role in the use of the token or who are allowed to use the token.

Author:
WS-Trust Implementation Team.

Method Summary
 Object getAny()
          Gets the value of the any property.
 void setAny(Object value)
          Sets the value of the any property.
 

Method Detail

getAny

Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.