/** * Extract the previously inserted CORBA <code>Principal</code>/ * @return the previously inserted value. * * @throws org.omg.CORBA.BAD_OPERATION if the holder contains something * else than Principal. * * @deprecated by CORBA 2.2. */ public Principal extract_Principal() { check(TCKind._tk_Principal); return ((PrincipalHolder) has).value; }