if (this.derivedKeySecurityToken != null) {
return this.derivedKeySecurityToken;
}
//todo implement interface to access all derivedKeys? The same would be needed in UserNameToken
this.derivedKeySecurityToken = new AbstractInboundSecurityToken(
(WSInboundSecurityContext) inputProcessorChain.getSecurityContext(),
derivedKeyTokenType.getId(), WSSecurityTokenConstants.KeyIdentifier_SecurityTokenDirectReference,
true) {
private InboundSecurityToken referencedSecurityToken = null;