| org.apache.openejb.spi.SecurityService
All known Subclasses: org.apache.openejb.ri.sp.PseudoSecurityService,
SecurityService | public interface SecurityService extends Service(Code) | | The generic value T is any serializable token of the SecurityService
implementations choosing. This token only needs to be understandable
by the SecurityService internally and need not be a publicly usable class
type. No part of the outlying system will make any assumptions as to the
type of the object. The use of a java generic type is to express the
required symmetry in the interface.
|
disassociate | public T disassociate()(Code) | | Active
|
isCallerInRole | public boolean isCallerInRole(String role)(Code) | | Active
|
|
|