org.apache.servicemix.nmr.api.security
Interface AuthorizationEntry


public interface AuthorizationEntry


Nested Class Summary
static class AuthorizationEntry.Type
           
 
Method Summary
 java.util.Set<GroupPrincipal> getAcls()
           
 java.lang.String getEndpoint()
           
 javax.xml.namespace.QName getOperation()
           
 int getRank()
           
 AuthorizationEntry.Type getType()
           
 

Method Detail

getType

AuthorizationEntry.Type getType()

getRank

int getRank()

getEndpoint

java.lang.String getEndpoint()

getOperation

javax.xml.namespace.QName getOperation()

getAcls

java.util.Set<GroupPrincipal> getAcls()


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.