40414243444546
return this.valid ? this.principal : null; } public void process(byte[] arg0) throws AuthenticationException { if (!this.valid) throw new AuthenticationException("not valid"); }