1 package org.openmdx.security.authentication1.cci; 14 15 public interface Segment 16 extends 17 org.openmdx.base.cci.Segment { 18 28 public org.openmdx.security.authentication1.cci.Credential getCredential( 29 String id 30 ); 31 32 41 public java.util.Collection getCredential( 42 ); 43 44 51 public java.util.List getCredential( 52 org.openmdx.security.authentication1.cci.CredentialFilter filter 53 ); 54 55 63 public void addCredential ( 64 String id, 65 org.openmdx.security.authentication1.cci.Credential newValue 66 ); 67 68 75 public void addCredential ( 76 org.openmdx.security.authentication1.cci.Credential newValue 77 ); 78 79 85 public void removeCredential ( 86 String id 87 ); 88 } 92 | Popular Tags |