com.ibm.mfp.server.security.external.checks

Interface RegistrationContext



  • public interface RegistrationContext
    Persistent/deployment data associated with the current client
    • Method Detail

      • getRegisteredUser

        AuthenticatedUser getRegisteredUser()
        Get the user registered by this security check for the current client
        Returns:
        the authenticated user, null if the client is not mobile, or no user was registered.
      • setRegisteredUser

        void setRegisteredUser(AuthenticatedUser user)
        Register the given user for the current client. If the current client is not mobile, the call does nothing.
        Parameters:
        user - authenticated user
      • getRegisteredPublicAttributes

        PersistentAttributes getRegisteredPublicAttributes()
        Get the public persistent attributes of the current client.
        Returns:
        modifyable persistent attributes, null if the current client is not mobile
      • getRegisteredProtectedAttributes

        PersistentAttributes getRegisteredProtectedAttributes()
        Get the protected persistent attributes of the current client.
        Returns:
        modifyable persistent attributes, null if the current client is not mobile
      • findClientRegistrationData

        java.util.List findClientRegistrationData(ClientSearchCriteria criteria)
        Find the registration data of mobile clients by the given search criteria
        Parameters:
        criteria - the search criteria
        Returns:
        list of clients satisfying the given criteria


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.