1 package org.openmdx.security.authentication1.cci; 14 15 17 public interface CredentialFilter 18 extends 19 org.openmdx.base.cci.BasicObjectFilter, 20 org.openmdx.security.realm1.cci.CredentialFilter { 21 22 29 public void forAllId ( 30 short operator, 31 String [] filterValues 32 ); 33 34 38 public void thereExistsId ( 39 short operator, 40 String [] filterValues 41 ); 42 43 47 public void forAllId ( 48 short operator, 49 java.util.Collection filterValues 50 ); 51 52 56 public void thereExistsId ( 57 short operator, 58 java.util.Collection filterValues 59 ); 60 61 66 public void orderById ( 67 short order 68 ); 69 70 77 public void forAllResetCredential ( 78 short operator, 79 org.openmdx.security.authentication1.cci.Credential[] filterValues 80 ); 81 82 86 public void thereExistsResetCredential ( 87 short operator, 88 org.openmdx.security.authentication1.cci.Credential[] filterValues 89 ); 90 91 95 public void forAllResetCredential ( 96 short operator, 97 java.util.Collection filterValues 98 ); 99 100 104 public void thereExistsResetCredential ( 105 short operator, 106 java.util.Collection filterValues 107 ); 108 109 } 113 | Popular Tags |