Interface RequestedSecurityToken
-
- All Known Implementing Classes:
RequestedSecurityTokenImpl,RequestedSecurityTokenImpl
public interface RequestedSecurityToken- Author:
- WS-Trust Implementation Team.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.TokengetToken()Returns the Security Token contained in the RequestedSecurityToken element.voidsetAny(Object value)Sets the value of the any property.voidsetToken(Token token)Sets the value of the Security Token in the RequestedSecurityToken element.
-