apidocs / com.srv4pos.server.api.auth

Package com.srv4pos.server.api.auth

Types

AuthInfo

class AuthInfo

Describes user and sellers connected to this user.

AuthService

class AuthService

Common aggregation for utility methods requires authentication. User: Kirill Date: 25.07.13 11:14

AuthServiceSample

class AuthServiceSample

User: Kirill, Date: 11.09.13 16:16.

HandshakeReply

class HandshakeReply

Tells client when api is out of date. Warning, if .outdated == true, it still means api works. And it means API has to be updated soon. If you are unable to work with API, then instead com.srv4pos.server.api.exceptions.OutdatedVersionJsonException will be thrown User: Kirill Date: 26.07.13 2:26

UserRole

enum class UserRole

The roles of users. Each user has one role.