Skip to content

Commit

Permalink
Add RemoteEJBPermission
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Feb 27, 2017
1 parent c32500b commit f38bb54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/org/jboss/ejb/client/RemoteEJBPermission.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package org.jboss.ejb.client;

import org.wildfly.security.permission.AbstractBooleanPermission;

/**
* Represents permission to invoke an EJB remotely
*
* @author Stuart Douglas
*/
public class RemoteEJBPermission extends AbstractBooleanPermission<RemoteEJBPermission> {
}

0 comments on commit f38bb54

Please sign in to comment.