Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Spaces Authroization Refactored

Hi,

I move the authorization classes to a new package ”org.eclipse.spaces.core.auth”, and added a SPI in ”org.eclipse.spaces.core.auth.spi” – this SPI contains the interface IAuthProvider and the intention is that a ”UI based, prompt user for credentials, dialog” is plugged in as an extension when “org.eclipse.spaces.core” is used with a UI.

 

The extension point has not yet been defined though. What I just checked in just has the interface definition (some new classes), and previous classes moved.

Some new (but backwards compatible) API things for authorization were also added.

 

More info and documentation to follow when implementation is completed.

 

Regards

- henrik


Back to the top