Schnittstelle InternalSecurityManager
- Alle Superschnittstellen:
org.eclipse.net4j.util.security.AdministrationPredicate
,org.eclipse.net4j.util.security.IAuthenticator
,org.eclipse.net4j.util.security.IAuthenticator2
,org.eclipse.net4j.util.container.IManagedContainerProvider
,ISecurityManager
,SecurityItemContainer
,SecurityItemProvider
public interface InternalSecurityManager
extends ISecurityManager, org.eclipse.net4j.util.container.IManagedContainerProvider
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.security.ISecurityManager
ISecurityManager.RealmOperation
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.server.security.ISecurityManager
SYSTEM_USER_ID
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
void
addSecondaryRepository
(InternalRepository repository) void
addSecondaryRepository
(InternalRepository repository, Map<String, Object> authorizationContext) void
void
removeSecondaryRepository
(InternalRepository repository) void
setRepository
(InternalRepository repository) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.security.IAuthenticator
authenticate
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.security.IAuthenticator2
isAdministrator, resetPassword, updatePassword
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IManagedContainerProvider
getContainer
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.security.ISecurityManager
getRealm, getRepository, modify, modify, modifyWithInfo, read
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
-
Methodendetails
-
setRepository
-
getSecondaryRepositories
InternalRepository[] getSecondaryRepositories()- Angegeben von:
getSecondaryRepositories
in SchnittstelleISecurityManager
- Seit:
- 4.6
-
addSecondaryRepository
- Seit:
- 4.6
-
addSecondaryRepository
- Seit:
- 4.10
-
removeSecondaryRepository
- Seit:
- 4.6
-
getRealmPath
String getRealmPath() -
getCommitHandlers
InternalSecurityManager.CommitHandler[] getCommitHandlers() -
getCommitHandlers2
InternalSecurityManager.CommitHandler2[] getCommitHandlers2()- Seit:
- 4.3
-
addCommitHandler
-
removeCommitHandler
-