Framework Professional Edition Package


com.prosyst.mbs.services.useradmin
Interface Authorization

All Superinterfaces:
Authorization

public interface Authorization
extends Authorization

This interface extends Authorization by defining additional logout() method. That method invalidates the current Authorization object and removes all associated roles.


Method Summary
 void logout()
          Makes a logout for the user that is encapsulated by the this Authorization object.
 
Methods inherited from interface org.osgi.service.useradmin.Authorization
getName, getRoles, hasRole
 

Method Detail

logout

void logout()
Makes a logout for the user that is encapsulated by the this Authorization object. This method just marks the authorization like an invalid.

Throws:
java.lang.IllegalArgumentException - if the Authorization object is not instantiated from this UserAdmin.

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved