Searched refs:ClientDetectionInterface (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionInterface.java25 * $Id: ClientDetectionInterface.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
34 * The <code>ClientDetectionInterface</code> interface needs to be implemented
40 public interface ClientDetectionInterface { interface
H A DClientDetectionDefaultImpl.java37 * The <code>ClientDetectionInterface</code> interface needs to be implemented
43 public class ClientDetectionDefaultImpl implements ClientDetectionInterface {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionInterface.java25 * $Id: ClientDetectionInterface.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
34 * The <code>ClientDetectionInterface</code> interface needs to be implemented
40 public interface ClientDetectionInterface { interface
H A DClientDetectionDefaultImpl.java37 * The <code>ClientDetectionInterface</code> interface needs to be implemented
43 public class ClientDetectionDefaultImpl implements ClientDetectionInterface {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMClientDetector.java34 import com.iplanet.services.cdm.ClientDetectionInterface;
62 private ClientDetectionInterface clientDetector;
64 private static ClientDetectionInterface defaultClientDetector;
112 clientDetector = (ClientDetectionInterface) (Class
126 * class that implements <code>ClientDetectionInterface</code>.
128 public AMClientDetector(ClientDetectionInterface cd) {
263 defaultClientDetector = (ClientDetectionInterface) (Class
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMClientDetector.java34 import com.iplanet.services.cdm.ClientDetectionInterface;
62 private ClientDetectionInterface clientDetector;
64 private static ClientDetectionInterface defaultClientDetector;
112 clientDetector = (ClientDetectionInterface) (Class
126 * class that implements <code>ClientDetectionInterface</code>.
128 public AMClientDetector(ClientDetectionInterface cd) {
263 defaultClientDetector = (ClientDetectionInterface) (Class

Completed in 29 milliseconds