Interface WrappedSecurityManager


public interface WrappedSecurityManager
Interface implemented by SecurityManager implementations that wrap another SecurityManager instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    <SM extends SecurityManager>
    SM
    Returns the underlying SecurityManager instance that this instance wraps.
  • Method Details

    • unwrap

      <SM extends SecurityManager> SM unwrap()
      Returns the underlying SecurityManager instance that this instance wraps.
      Type Parameters:
      SM - SecurityManager implementation type
      Returns:
      instance