160161162163164165166167168169170
if (endorse) { SupportingToken st = new SupportingToken(SupportTokenType.SUPPORTING_TOKEN_ENDORSING, SP12Constants.INSTANCE, message.getExchange() .getBus().getExtension(PolicyBuilder.class)); st.addToken(itok); all.addPolicyComponent(st); } pol = p.merge(pol); client.setPolicy(pol);
8384858687888990919293
165166167168169170171172173174175
155156157158159160161162163164165
ea.addPolicyComponent(all); if (endorse) { SupportingToken st = new SupportingToken(SupportTokenType.SUPPORTING_TOKEN_ENDORSING, SP12Constants.INSTANCE); st.addToken(itok); all.addPolicyComponent(st); } pol = p.merge(pol); client.setPolicy(pol);
157158159160161162163164165166167
154155156157158159160161162163164
7677787980818283848586
7879808182838485868788