Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
PUBLIC MEMBERS:  
 CLASSES 
| STRUCTS 
| UNIONS 
| ENUMS 
| TYPEDEFS 
| METHODS  
| STATIC METHODS 
| DATA 
| STATIC DATA  
 
PRIVATE MEMBERS:  
 CLASSES 
| STRUCTS 
| UNIONS 
| ENUMS 
| TYPEDEFS 
| METHODS 
| STATIC METHODS 
| DATA  
| STATIC DATA  
 
 
::   cppu  ::  
class AccessControl 
 
Base Classes 
None. 
 
Known Derived Classes 
None. 
 
virtual 
abstract 
interface 
template 
 
NO 
NO 
NO 
NO 
 
Summary 
Helper class retriving access controller singleton from component context.
  
 
File 
access_control.hxx 
 
 
Public Members 
 
  
Methods 
 
 
  
AccessControl ( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext ) throw( ::com::sun::star::uno::RuntimeException ); 
 Ctor.
 
 
  
AccessControl ( const ::com::sun::star::uno::Reference< ::com::sun::star::security::XAccessController > & xController ) throw( ::com::sun::star::uno::RuntimeException ); 
 Ctor.
 
 
  
AccessControl ( const ::cppu::AccessControl & ac ) throw( ::com::sun::star::uno::RuntimeException ); 
 Copy ctor.
 
 
void  
clear ( ) throw( ); 
 Clears the access controller reference being used.
 
 
const ::com::sun::star::uno::Reference< ::com::sun::star::security::XAccessController > &  
get ( ) const throw( ); 
 Returns access to the access controller reference being used.
 
 
::com::sun::star::security::XAccessController *  
operator-> ( ) const throw( ); 
 Returns access to the access controller reference being used.
 
 
void  
checkRuntimePermission ( const ::rtl::OUString & name ) throw( ::com::sun::star::uno::RuntimeException ); 
  
 
void  
checkFilePermission ( const ::rtl::OUString & url, const ::rtl::OUString & actions ) throw( ::com::sun::star::uno::RuntimeException ); 
 A com.sun.star.io.FilePermission represents access to a file or directory.
A FilePermission consists of a file url and a set of actions valid for that pathname.
 
 
void  
checkSocketPermission ( const ::rtl::OUString & host, const ::rtl::OUString & actions ) throw( ::com::sun::star::uno::RuntimeException ); 
  
 
 
 
 
Private Members 
 
  
 
 
 
Top of Page Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.