org.exist.security
Interface XmldbPrincipal

All Superinterfaces:
Principal

public interface XmldbPrincipal
extends Principal

Author:
mdiggory

Method Summary
 String getName()
           
 String getPassword()
           
 boolean hasRole(String role)
           
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Method Detail

getName

String getName()
Specified by:
getName in interface Principal

getPassword

String getPassword()

hasRole

boolean hasRole(String role)


Copyright (C) Wolfgang Meier. All rights reserved.