1 package org.openmdx.security.authentication1.cci; 14 15 public interface Credential 16 extends 17 org.openmdx.base.cci.BasicObject, 18 org.openmdx.security.realm1.cci.Credential { 19 27 public String getId( 28 ); 29 30 34 public org.openmdx.base.cci.Void reset( 35 org.openmdx.security.authentication1.cci.CredentialResetParams params 36 ) throws javax.jmi.reflect.RefException ; 37 38 40 public org.openmdx.base.cci.Void reset( 41 java.util.List resetValue 42 , byte[] value 43 ) throws javax.jmi.reflect.RefException ; 44 45 55 public org.openmdx.security.authentication1.cci.Credential getResetCredential( 56 int index 57 ); 58 59 67 public java.util.Collection getResetCredential( 68 ); 69 70 78 public void addResetCredential ( 79 int index, 80 org.openmdx.security.authentication1.cci.Credential newValue 81 ); 82 83 90 public void addResetCredential ( 91 org.openmdx.security.authentication1.cci.Credential newValue 92 ); 93 94 100 public void removeResetCredential ( 101 int index 102 ); 103 } 107 | Popular Tags |