org.apache.servicemix.jbi.security.acl.impl
Class AuthorizationEntry
java.lang.Object
org.apache.servicemix.jbi.security.acl.impl.AuthorizationEntry
public class AuthorizationEntry
- extends Object
- Author:
- gnodet
TYPE_ADD
public static final String TYPE_ADD
- Add the roles to the ACLs list
- See Also:
- Constant Field Values
TYPE_SET
public static final String TYPE_SET
- Set the ACLs to the given roles
- See Also:
- Constant Field Values
TYPE_REM
public static final String TYPE_REM
- Remove the given roles from the ACLs list
- See Also:
- Constant Field Values
AuthorizationEntry
public AuthorizationEntry()
AuthorizationEntry
public AuthorizationEntry(QName service,
String endpoint,
QName operation,
String roles)
AuthorizationEntry
public AuthorizationEntry(QName service,
String endpoint,
QName operation,
String roles,
String type)
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getEndpoint
public String getEndpoint()
- Returns:
- the endpoint
setEndpoint
public void setEndpoint(String endpoint)
- Parameters:
endpoint - the endpoint to set
getService
public QName getService()
- Returns:
- the service
setService
public void setService(QName service)
- Parameters:
service - the service to set
getOperation
public QName getOperation()
- Returns:
- the operation
setOperation
public void setOperation(QName operation)
- Parameters:
operation - the operation to set
getAcls
public Set<GroupPrincipal> getAcls()
- Returns:
- the acls
setAcls
public void setAcls(Set<GroupPrincipal> acls)
- Parameters:
acls - the acls to set
setRoles
public void setRoles(String roles)
getRoles
public String getRoles()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.