| Overview | Namespace | Class | Index | Help |
| const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & | xContext ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Ctor.
| xContext | component context to retrieve access controller singleton |
| const ::com::sun::star::uno::Reference< ::com::sun::star::security::XAccessController > & | xController ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Ctor.
| xController | access controller |
| const ::cppu::AccessControl & | ac ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Copy ctor.
| another | object |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | YES | NO |
Clears the access controller reference being used.
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | YES | NO |
Returns access to the access controller reference being used.
access controller
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | YES | NO |
Returns access to the access controller reference being used.
access controller
| const ::rtl::OUString & | name ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
A com.sun.star.security.RuntimePermission is for runtime permissions. A RuntimePermission contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.
| name | name of permission |
| const ::rtl::OUString & | url, |
| const ::rtl::OUString & | actions ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
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.
| url | file url |
| actions | actions list |
| const ::rtl::OUString & | host, |
| const ::rtl::OUString & | actions ) |
| throw( ::com::sun::star::uno::RuntimeException ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
A com.sun.star.connection.SocketPermission represents access to a network via sockets. A SocketPermission consists of a host specification and a set of "actions" specifying ways to connect to that host.
| host | host and optional portrange |
| actions | actions list |
Copyright © 2003 Sun Microsystems, Inc.