MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

SignOn::SessionData Class Reference

Data container to hold values for authentication session. More...

List of all members.

Public Member Functions

  SessionData (const QVariantMap &data=QVariantMap())
  Constructor.
  SessionData (const SessionData &other)
  Copy constructor.
SessionData operator= (const SessionData &other)
  Assignment operator.
SessionData operator+= (const SessionData &other)
  Addition operator.
const QStringList  propertyNames () const
  Access the list of runtime existing properties of the SessionData.
const QVariant  getProperty (const QString &propertyName) const
  Access the list of runtime existing properties of the SessionData.
QStringList  getAccessControlTokens () const
  Gets the access control tokens that the requesting application has.
template<class T >
data () const
  Creates an instance of type T, which must be derived from SessionData.

Protected Attributes

QVariantMap  m_data
  Declares the property Secret setter and getter.

Detailed Description

Data container to hold values for authentication session.

Inherit this class if you want to extend the property range.

Warning:
All this class' definitions must be inline.

Constructor & Destructor Documentation

SignOn::SessionData::SessionData ( const QVariantMap &  data = QVariantMap()  )  [inline]

Constructor.

Creates a SessionData with data 'data'.

Parameters:
data  The data to be contained by the SessionData
Attention:
internal use only recommended. As a SSO client application developer use setters/gettters for specific SessionData properties.
SignOn::SessionData::SessionData ( const SessionData other  )  [inline]

Copy constructor.

Parameters:
other  SessionData object to be copied to this instance

Member Function Documentation

template<class T >
T SignOn::SessionData::data (  )  const [inline]

Creates an instance of type T, which must be derived from SessionData.

The instance will contain the data of this instance.

Returns:
Instance of type T, containing the data of this instance.
QStringList SignOn::SessionData::getAccessControlTokens (  )  const [inline]

Gets the access control tokens that the requesting application has.

Note:
to be used by the plugins developers only.
const QVariant SignOn::SessionData::getProperty ( const QString propertyName  )  const [inline]

Access the list of runtime existing properties of the SessionData.

Parameters:
propertyName  Name of the property to be accessed
Returns:
Variant containing the property value of propertyName, or an empty variant if property does not exist at runtime.
SessionData& SignOn::SessionData::operator+= ( const SessionData other  )  [inline]

Addition operator.

Parameters:
other  SessionData object to be added to this instance.
Returns:
reference to this object
SessionData& SignOn::SessionData::operator= ( const SessionData other  )  [inline]

Assignment operator.

Parameters:
other  SessionData object to be assigned to this instance
Returns:
Reference to this object
const QStringList SignOn::SessionData::propertyNames (  )  const [inline]

Access the list of runtime existing properties of the SessionData.

Returns:
String list containing the property names

Member Data Documentation

QVariantMap SignOn::SessionData::m_data [protected]

Declares the property Secret setter and getter.

setSecret(const QString secret); const QString Secret() const;

Declares the property UserName setter and getter.

Declares the property Realm setter and getter. Realm that is used for authentication.

Declares the property NetworkProxy setter and getter. Network proxy to be used instead of system default.

Declares the property UiPolicy setter and getter. Use UiPolicy to define how plugin interacts with the user.

See also:
SignonUiPolicy

Declares the property Caption setter and getter. Caption is to tell user which application/credentials/provider is requesting signon-ui.

Note:
Caption is taken from database if not defined by application or authentication plugin.

Declares the property NetworkTimeout setter and getter. Sets the timeout for network related operations in milliseconds. To be used when a remote service does not reply in a reasonable amount of time.

Declares the property WindowId setter and getter. This is to be used for setting signon-ui dialog application modal.

Declares the property RenewToken setter and getter. This is used by a signon plugin to check whether the access token has to be renewed. When this property is set, the signon plugin will remove the old set of access tokens and get a new set.

Declares the property KeepAlive setter and getter. Sets the automatic timeout timer for session operations. To be used when a session object can be deleted after timeout. Default is to keep session alive.


Copyright (C) 2009-2011 Nokia Corporation.
LGPL
MeeGo 1.2 Harmattan API