Uses of Class
com.gentics.contentnode.rest.model.response.AuthenticationResponse
-
Packages that use AuthenticationResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of AuthenticationResponse in com.gentics.contentnode.rest.model.response
Subclasses of AuthenticationResponse in com.gentics.contentnode.rest.model.response Modifier and Type Class Description class
HashPasswordResponse
Response to a login requestclass
LoginResponse
Response to a login request -
Uses of AuthenticationResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
AuthenticationResource. validate(String sid)
Validate the given SID
-