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 Detail

      • getRealId

        String getRealId()
      • setRealId

        void setRealId​(String realId)