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
 String getRealId()
           
 String getSTRID()
           
 void setRealId(String realId)
           
 

Method Detail

getRealId

String getRealId()

setRealId

void setRealId(String realId)

getSTRID

String getSTRID()


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