cbr.service
Interface Dagobert


public interface Dagobert


Method Summary
 List getPrincipals(String what)
           
 List getProperties(Principal who)
           
 boolean hasPrivilege(Principal who, String what)
           
 boolean hasPrivileges(Principal who, String[] what)
           
 boolean isTrusted(Principal who)
           
 void setPrivilege(Principal who, String what)
           
 void setPrivileges(Principal who, String[] what)
           
 void setTrusted(Principal who)
           
 

Method Detail

setPrivilege

public void setPrivilege(Principal who,
                         String what)

setPrivileges

public void setPrivileges(Principal who,
                          String[] what)

setTrusted

public void setTrusted(Principal who)

isTrusted

public boolean isTrusted(Principal who)

hasPrivilege

public boolean hasPrivilege(Principal who,
                            String what)

hasPrivileges

public boolean hasPrivileges(Principal who,
                             String[] what)

getProperties

public List getProperties(Principal who)

getPrincipals

public List getPrincipals(String what)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.