Signal sent by the DirectorySessionInterface when the refresh access rights procedure has failed after a call to DirectorySessionInterface.refreshAccessRightsInfo.
The attachment for events of this type is an InfiniteError.
Signal sent by the DirectorySessionInterface when the list of available builds and projects have been refreshed i.e. after a call to DirectorySessionInterface.refreshAccessRightsInfo.
The attachment for events of this type is a ConnectionData.
Signal sent by the DirectorySessionInterface when the user has effectively logged off i.e. after a call to DirectorySessionInterface.closeDirectorySession.
No attachment for events of this type.
Signal sent by the DirectorySessionInterface when the login procedure has failed after a call to DirectorySessionInterface.getPopupBasedAuthenticationUrl.
The attachment for events of this type is an InfiniteError.
Signal sent by the DirectorySessionInterface when the user has been logged in after a call to DirectorySessionInterface.getPopupBasedAuthenticationUrl.
The attachment for events of this type is a ConnectionData.
Signal sent by the DirectorySessionInterface when a token has been refreshed.
This signal is sent when the authentication bearer (DirectorySessionInterface.getAuthenticationBearer), extended authentication bearer (DirectorySessionInterface.getExtendedAuthenticationBearer) or the http bearer (DirectorySessionInterface.getHttpBearer) is updated. There is no information on the type of the token updated, it is the application responsibility to call DirectorySessionInterface.getAuthenticationBearer, DirectorySessionInterface.getExtendedAuthenticationBearer and DirectorySessionInterface.getHttpBearer to know the new values of the bearers.
No attachment for events of this type.
The DirectorySessionInterfaceSignal lists all the signals that may be sent by the DirectorySessionInterface.
These signals are emitted by the DirectorySessionInterface when
Please refer to DirectorySessionInterface for more information.
See
DirectorySessionInterface