Interface WrappedSecurityManager
public interface WrappedSecurityManager
Interface implemented by
SecurityManager implementations that wrap another SecurityManager instance.-
Method Summary
Modifier and TypeMethodDescription<SM extends SecurityManager>
SMunwrap()Returns the underlyingSecurityManagerinstance that this instance wraps.
-
Method Details
-
unwrap
Returns the underlyingSecurityManagerinstance that this instance wraps.- Type Parameters:
SM-SecurityManagerimplementation type- Returns:
- instance
-