Package com.sun.xml.wss.impl.policy.mls
Interface LazyKeyBinding
-
- All Known Implementing Classes:
AuthenticationTokenPolicy.SAMLAssertionBinding
,IssuedTokenKeyBinding
public interface LazyKeyBinding
Indicates that a Binding should have its uid re-read when the actual signature is created because the id is not known at startup time, for example because the binding refers to a token which must be generated externally.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRealId()
String
getSTRID()
void
setRealId(String realId)
-