Interface DelegateTo
- All Known Implementing Classes:
DelegateToImpl,DelegateToImpl
public interface DelegateTo
Indicates that the requested or issued token be delegated to another
identity.
- Author:
- WS-Trust Implementation Team.
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Get the STR contained in this DelegateTo instanceGet the type of the DelegateTo information itemgetToken()Get the Token contained in this DelegateTo instancevoidSets the value of the any property.voidSet the STR for the Token as the contents of DelegateTovoidsetTargetType(String targetType) Set the type of the DelegateTo information itemvoidSet the Token as the contents of DelegateTo
-
Method Details
-
getTargetType
String getTargetType()Get the type of the DelegateTo information item- Returns:
String
-
setTargetType
Set the type of the DelegateTo information item- Parameters:
targetType-String
-
getAny
Object getAny()Gets the value of the any property. -
setAny
Sets the value of the any property. -
setSecurityTokenReference
Set the STR for the Token as the contents of DelegateTo -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR contained in this DelegateTo instance -
setToken
Set the Token as the contents of DelegateTo -
getToken
Token getToken()Get the Token contained in this DelegateTo instance
-