123456789101112131415161718192021222324 |
- /**
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: CAMAAA
- *
- * (C) Copyright IBM Corp. 2005, 2012
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
- * IBM Corp.
- */
- import com.cognos.CAM_AAA.authentication.ITrustedCredential;
- public class TrustedCredential extends Credential implements ITrustedCredential
- {
- /**
- *
- */
- public TrustedCredential()
- {
- super();
- }
- }
|