TrustedCredential.java 469 B

123456789101112131415161718192021222324
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: CAMAAA
  5. *
  6. * (C) Copyright IBM Corp. 2005, 2012
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  9. * IBM Corp.
  10. */
  11. import com.cognos.CAM_AAA.authentication.ITrustedCredential;
  12. public class TrustedCredential extends Credential implements ITrustedCredential
  13. {
  14. /**
  15. *
  16. */
  17. public TrustedCredential()
  18. {
  19. super();
  20. }
  21. }