8182838485868788
public void renew(IssuedTokenContext ctx)throws WSTrustException{ } public void validate(IssuedTokenContext ctx)throws WSTrustException{ TrustPlugin tp = WSTrustFactory.newTrustPlugin(); tp.processValidate(ctx); }
138139140141142143144145146147148149
return; } } } TrustPlugin tp = WSTrustFactory.newTrustPlugin(); tp.process(ctx); if (shareToken){ if (subject == null){ subject = new Subject(); } subject.getPrivateCredentials().add(ctx);